i uninstalled, reinstalled, opened console and all the data was gone, ran the migrate still the same issue
what do you mean you uninstalled?
i already took the backup n stuff so didn't bother with the data
ran the upgrade command again, still the same issue, now i might reinstall the entire server lol
@Steven the docker-compose.yml in the docs is still using 1.4.0, where do i get the 1.4.1 one without using the docker cli?
what? you can run the install command and use 1.4.1 as the image
docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \
appwrite/appwrite:1.4.1
what if i need to change the other properties in the .env before it creates the database and stuff.
like what?
You can do docker compose down -v update. then docker compose up -d
the database password and stuff
also setting the storage to an s3 provider
okay i will give it a try
Did a fresh installation, i dont have to run migrate or anything right? to test its all ok? i dont want to find out its bugged out after the next release comes out.
Fresh Install and still the same logs @Steven .
Is it even safe to move forward with 1.4.1
im not seeing it on a fresh 1.4.1 either so it's really bizarre you are
i literally reinstalled the os in the server, installed docker, ran the command you gave, edited the env file.
Cleared Cloudflare cache and Browser cache. the The requested route was not found. Please refer to the API docs and try again. error seems to been resolved ig.
hmm...you have cloudflare proxy in front of appwrite? Anything else?
nothing else, just cloudflare
would you please try turning off cloudflare proxy?
i think its a cache issue, clearing the cache doesnt show the errors anymore, i will test it more and see if its not related to cache
Recommended threads
- functions domain error
I cannot set up the domain for function I’m trying to add the domain api.example.com I can only use Cloudflare as the DNS provider because my domain provider do...
- Storage Bucket Permissions
Hey folks, when enabling CRUD on the bucket level for the role any, should the bucket be accessible when using a session client?
- Python function - error while creating /...
I have been trying to figure it out myself for the last 2 days. I have self-hosted appwrite instance, and I am running python 3.12 function. It works great up t...