I am working on implementing a search feature in my application using Query.search. As part of this, I need to create indexes for my queries to search within. However, I accidentally created an incorrect index, and now I am unable to delete it.
Initially, before refreshing the page, I was able to delete the incorrect index and create new ones. But after refreshing, the wrong index reappeared, and the new indexes I created are now gone. Additionally, I can't recreate the new indexes because the system indicates that the key is already in use.
Unable to Create or Manage Indexes in Database Collection
Recommended threads
- Error with ID.unique() 'Account already ...
Errors: ``` handleNext @ GetStarted.jsx?t=1737645252900:138 await in handleNext callCallback2 @ chunk-PBXWVHXV.js?v=314ed5d2:3674 invokeGuardedCallbackDev @ chu...
- 401 Accest to this resource is blocked
Hello I encounter this problem on my project
- Graphql Queries
Can some one help me with some examples to write graphql queries using appetite SDK, to fetch related data in different collections. I have gone through the doc...