joannguyen.Original post
Flutter Developer
Hello I need some help because I got some serious problem in the appwrite cloud app. This morning I made some changes in my databases. I realised that in english we don't say "receipes" but "recipes" So I changed some table name, fields, and relations. And since then my "recipes" table and some table with some relations with "recipes" cannot be accessed anymore 😦 Each time I try to click on the table I get a 500 server error.
And when I try to make a request from my flutter app I also get a 500 server error (unknown error).
I will be very glad if some one from appwrite can help me figure what is going on.
Summary
Developers are facing a 500 server error in the Appwrite cloud app after making changes to table names and fields. The issue seems to be related to the changes made in the database.
Solution:
Revert the changes made to the table names and fields back to the original state to resolve the 500 server error.