This was a hard one to hunt down! I first noticed this happened via API and spent like two hours trying to figure out what I was going wrong with my code. But it turns out this error even happens in the web UI.
No idea what the problem is here. Happens when I select a specific one of these enums. The rest work fine
It happens for any new status enums I create. However the original three work, even if I delete them and add them again.
Steps to reproduce:
- Create a new enum with two options: "one" and "two".
- Add a third option, "three"
- Selecting "three" will cause the Server Error
Looks like there is already an issue for this: https://github.com/appwrite/appwrite/issues/5595
Hi @Wintermutation our team is working on it. I would suggest you to keep an eye out on GitHub, since that is where you can see the updates.
Recommended threads
- 500Internal Error
, I am reaching out to report a critical issue with my project hosted on Appwrite Cloud (SFO Region). My project has suddenly stopped working, and all API req...
- Showing 1 member with role:developer in ...
For 30days of inactivity, my account got paused; so, I came back and clicked on the restore project button, which shows me I don't have the write access, where ...
- What's the proper way to delete user acc...
I would like to provide an option for the users of my app, to completely remove theirs account if they want to. I don't want to 'deactivate' the account, but to...