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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...