[SOLVED] 500 Internal Error when clicking on Database and Collection
- 0
- Self Hosted
- Flutter
- General

Hi everybody. I'm having a problem with Appwrite Cloud Service.
How to reproduce:
- Delete an attribute on a collection (it showed that this attribute was deleted but wasn't).
- Create a new attribute (it remains stuck "processing")
- Delete the collection
- Try to create the collection again (it doesn't show me anything)
- Go into this collection. IT SHOWED ME THE 500 INTERNAL ERROR.
- Create a new Database and click into it. IT SHOWED ME THE 500 INTERNAL ERROR.
Appwrite Cloud is the 1.1.2 version.

It seams that this is the problem. https://github.com/appwrite/appwrite/issues/5354

It takes a while to get it deleted

(behind scenes the collection still exists but hidden and then after a while, it gets deleted)

So that's why if you try creating the same collection you see an error

In newer versions if I'm not wrong this seems to have been solved

Thank you so much 😀 do you know how long does it takes?

I think about next month

nice 😆

So should I host appwrite by my own?

@munsra But try doing the same (reproducing the error) and after some time try again to see if it persists, in case it persists (for example, doesn't gets deleted after an hour) then tell me, because that probably means something is wrong with any database

If you have a production app, I think it's more recommend, if not or a really small app, then you should be fine with cloud

Now is working!

It should be faster than that 👀

You were doing database operations during a database backup. While the database is backing up, all database operations are paused.

Cloud update?

[SOLVED] 500 Internal Error when clicking on Database and Collection

Oh uh I meant the delete

Yes, I said about an hour, I suppose it should not persist after too many time 😅
Recommended threads
- Functions fail to deploy after switching...
Hi <@1087889306208718959> , after switching my self-hosted Appwrite instance to use AWS S3 as the storage backend, my Cloud Functions stopped working. I’m runni...
- must be a valid domain or hostname
I have just migrated from 1.6.0 to 1.7.4. Upon migration I can log in but then get this screen. I also get this error in docker. Don't know if anyone has any id...
- Retrieving user access token on client s...
I am trying to retrieve the user token from the cookies, but they are HTTP-only and can not be accessed. Is there a way to extract the user token from the cooki...
