[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
- Appwrite Function getting general_unauth...
Hi everyone, I'm trying to create a database schema using an Appwrite Function written in Dart from Appwrite console, but I'm getting an authorization error wh...
- Help with nameservers
I just added our domain, and as per instruction in the page following, it says, "Add the following nameservers on your DNS provider. ..." I want to keep my cu...
- 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...