Hi, I have had this before and had to rebuild my whole server again, but I'm testing updates on a cloned host of mine and after upgrading (in this case, to 1.8.0-RC1) - I get 500 Server Error on some of the projects.
It happens to be all for a certain organization at the moment, but it's odd because 2 of the 3 orgs work ok, and the projects behave, but in this Org it seems to fail as per the image and has this failed HTTP request to HOST/v1/migrations?queries%5B0%5D=%7B%22method%22%3A%22equal%22%2C%22attribute%22%3A%22source%22%2C%22values%22%3A%5B%22CSV%22%5D%7D&queries%5B1%5D=%7B%22method%22%3A%22equal%22%2C%22attribute%22%3A%22status%22%2C%22values%22%3A%5B%22pending%22%2C%22processing%22%5D%7D with the response:
{ "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.0-RC1" }
which returns - {"total":0,"migrations":[]} on my other (working) projects.
I updated as per the docs, running the docker upgrade outside the main 'appwrite' folder, then going in to the appwrite folder after and running migrations.
Any ideas are appreciated.
Recommended threads
- Self hosted project based backup
Is there a native way to perform a project-level backup in a self-hosted instance, instead of backing up the entire Docker instance? If not, I would like to off...
- 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 ? ...