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
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...