I recreated my service_favorite collection because there is an error occur on cant identify the structure of this collection, I think my collection affected on the backup process side of appwrite, that is why I tried to recreated it. And after a while I create an index, but the index until now is still on processing status. Now when I revisit this collection, it tooks so long to load this collection but at the end it gives me a 500 internal error. This my project ID 64c8d4fe450efd228047
I hope that in future the backup mechanism of the cloud will not affected the Database especially the collections. I experience before now this is my second time. This is the problem before https://discord.com/channels/564160730845151244/1155867568276525186
This is the always response when I am visiting this page
I mean my collection
Does this has been solved now?
The 500 response is fixed
but I got this when I visting this colelction again
but I will try to recreate this attribute
and it fixed
I think the backup mechanism of the cloud appwrite affecting my database
[RESOLVED] 500 response
Maybe. It will be polished soon
Recommended threads
- Relations within the same table
Hello, I'm currently building a sort of dictionary (a literal one) and thus I need words (which is one single table of words in my database) to be able to have ...
- [SOLVED] Query.search() returning all ro...
When I use Query.search() instead of returning rows with the keywords provided it just returns all the rows in the table.
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...