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
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...
- Next.js SSR Site Times Out on First Visi...
Hey everyone, I'm running a Next.js SSR site on a self-hosted Appwrite server (v1.9.0), and I've noticed a strange behavior that I'm hoping someone can help me...
- Appwrite migration stuck on pending
Migration an existing self hosted 1.9.0 to a new VPS tuning self hosted 1.9.0.. import data recognises the api url, project id and api and then when I create, i...