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.
Recommended threads
- unlike any other provider, your sites DN...
your nameservers dont work with a funny little CNAME error, which is a weird bug but thats what you get when you try to be the kitchen sink, funny errors.
- Weird Table Causes Console to break
I dont even know how this even happened looks like the $createdAt and , $id got switched? <@831428608895615056>
- I recently switched to TablesDb. When li...
olddb.list_documents( queries =[ Query.order_desc("timestamp"), Query.equal("isPosted",[False]) ] ) Above works fine and reruns documents But below don't return...