Migration from 1.5.7 to 1.5.8 results in "API must be called in the coroutine in ..."
- 0
- Self Hosted
Selfhosted. Updated v1.5.7 => v1.5.8 by replacing all "1.5.7" values in docker compose file with "1.5.8".
Docker compose file for this server is pretty vanilla except for mariadb and redis. Mariadb and redis are not run on the same server but on two separate ones.
I ran docker compose exec appwrite migrate
after updating and then the error - as you can see in the image - appears. There are no other errors in the appwrite, mariadb or redis container.
I did the upgrade on my staging server so I'm fine. Any clue why this would happen? Is it because I run redis on a different server?
EDIT: Everything runs fine and so I did not encounter any noticable bugs so far.
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 ...