
Hello, I have a running self hosted instance of appwrite 1.7.4 installed some month ago, but I read the latest announcements and a lot of cool stuff seem to have been added and I wanted to try them out. I tried to clone and run the project from the 1.8.x branch, but running the following:
docker compose build docker compose up
and navigating to localhost:9501, leads to to not found page (attached screenshot), and every navigation attempt leads also to this.
all the containers seem to be running as you can see in the screenshots.
Attached you find the "appwrite" container logs.
It actually happens also in the main branch. When I am switching branches I am always deleting containers and volumes with
docker compose down -v
So I think I am starting fresh every time.
I also tried to run a 1.8.0 docker image, but doesn't actually seem to exist, so how do I try out the new exciting things with self hosting?
Thank you
Recommended threads
- Migrate Appwrite
I have appwrite setup in Coolify, where my dev and production both are running on coolify due to upgrade issues and multiple issues when deployed with coolify. ...
- After the new appwrite update, I am havi...
I am having difficulties with Creating and listing documents from appwrite database. It doesn't create the document or list the document from the database altho...
- Issue with users.list on Appwrite self-h...
Hi all, I am self-hosting an Appwrite instance with the version 1.6.1 on a remote server and am running a web-app written in React in a container on the same h...
