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
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...