I used the upgrade code in from the documents but now I can't sign in I get this log document error that gets cut off,
Could you explain? What do you mean "upgrade code"? Give us a step-by-step what you did
docker run -it --rm
\
--volume /var/run/docker.sock:/var/run/docker.sock
\
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw
\
--entrypoint="upgrade"
\
appwrite/appwrite:1.7.4
this is the code i used
did you migrate?
i also ran this code afterwards
yes
cleared browser cache?
still didnt work
here is the full error i had to "ctrl"+ - my screen to get it all
Recommended threads
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....