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
- restore backup on another server with an...
I managed to restore DB+Volumes from a server to another one with another domain but when I try to click my project on the console, I get error "404 - Project w...
- The console isnt showing documents
In console ui saved documents are being shown on frontend but i can see its showing 4 or number of docs available but in rows its only showing single doc and th...
- Create a project via REST API or SDK, mi...
I am currently self-hosting Appwrite in my local machine, deployed using docker script in the website. I also installed `appwrite-cli` through npm. I am trying...