[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
- Issue with google and apple oauth in Flu...
My Flutter application is logging in and out with email and password successfully, but Iβm having trouble with Google and Apple OAuth login and signup. Hereβs...
- Clean 1.9.0 install, trying to access Ap...
I've been using Appwrite cloud for several months now, it's great and I love it. Doing some local testing so I setup a new Docker image on a Mini PC. Install fa...
- Issue with email/password auth in Flutte...
is there an issue with Flutter auth right now? I am unable to login all of a sudden in my app with `createEmailPasswordSession`... when I go to verify the login...