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
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...