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
- Having issues with login via CLI
``` ~/appwrite ξ° appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...