[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
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...
- Unauthorized Charge After Appwrite Pro F...
I was using Appwrite Pro credits worth $100, which were valid until November. During this period, I was exploring Appwrite's services. However, I recently notic...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...