[SOLVED] Appwrite Cloud stuck in creating Index and also Deleting Index
- 0
- Databases
- Flutter
- Cloud
hello, my console database collection index has been stuck in creating new index and deleting index
Why are you creating the unique index??????
i wanted to be sure that userId (unique) is not why my relationship its not working
You probably have documents that violate the unique constraint so it can't create
oooh okay
[SOLVED] Appwrite Cloud stuck in creating Index and also Deleting Index
Recommended threads
- I recently switched to TablesDb. When li...
olddb.list_documents( queries =[ Query.order_desc("timestamp"), Query.equal("isPosted",[False]) ] ) Above works fine and reruns documents But below don't return...
- Database error validating 'min' and 'max...
I keep seeing an error when I try to add a column to a database table within the AppWrite cloud UI. I also see this error when trying to create or update a reco...
- Fine grained permissions for webRTC hand...
Hi, I am building a WebRTC P2P app for a university project and have hit a security limitation regarding permissions for anonymous users. The Architecture: We ...