Hi all, I'm upgrading my appwrite from 1.4.13 to 1.5.7 and I have troubles logging in with the dashboard. Here's what I did:
- Backup data with the backup script
- Run the docker run command to download the latest appwrite version
- Restore with the restore script
Here's the bug message when I try to login
and this is the log from docker compose up
I can still access the database and query via appwrite python sdk, but can't login with the dasboard
Recommended threads
- 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....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...