We are running AppSmith selfhosted in Docker on a Synology NAS for internal tools and testing…
After the - automatic watchtower - update to the latest release 1.90 about 2 hours ago AppSmith is displaying an Error 503 whenever I try to access any of the pages.
Appsmith server is unavailable
Please try again later
Restarting the Docker images of the watchtower and AppSmith itself brought no success.
Since the error is quite unspecific I am not sure where to begin.
We kind of rely on the tool and I am hoping you can help me with this issue.
As for now I cannot even access the Admin Panel and since the update is quite new I could not find any issues related.
Hello! I apologize for the issues you are experiencing. Please send us the server logs to help us investigate the issue. You can grab the logs by running docker logs -f appsmith.
Or you could follow the steps from this guide on how to get the logs
Hello Mort! In the meantime, we have released a new Appsmith version that should fix your issue. Please update your instance to v1.9.1 and let us know if it’s working for you.
I just removed all appsmith images I’ve had and ran docker-compose up -d --force-recreate appsmith
this is the output
Status: Downloaded newer image for appsmith/appsmith-ce:latest
Recreating appsmith ... error
ERROR: for appsmith no such image: sha256:95d512a15d94f6680c718127666dd9152c21cc1de25abd4000db292192aacb02: No such image: sha256:95d512a15d94f6680c718127666dd9152c21cc1de25abd4000db292192aacb02
ERROR: for appsmith no such image: sha256:95d512a15d94f6680c718127666dd9152c21cc1de25abd4000db292192aacb02: No such image: sha256:95d512a15d94f6680c718127666dd9152c21cc1de25abd4000db292192aacb02
ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.
Continue with the new image? [yN]y
Recreating a7b2e860e10f_appsmith ... done
@Bahadur in your case, it seems that MongoDB 5 is not supported. Could you please downgrade your instance to v1.8.15?
Change index.docker.io/appsmith/appsmith-ce to index.docker.io/appsmith/appsmith-ce:v1.8.15, in in your docker-compose.yml file, and then do a docker-compose up -d.