Hi, I'm playing with the cloud and after deleting an attribute with an index, I can't recreate the index with the same name. I get Failed, but if I choose a different name it works. Any idea how to solve it?
When creating index or creates in higher context.
The only way to delete it from my experience is only through direct access to the MariaDB instance.
This kind of access is not available in the cloud environment.
So, from my POV it's like you will need to use a new index name
Hi - also, curious, have you joined our private beta cloud discord ? the access must be in your mail - best to ask cloud - related questions there
What is cloud discord?
Did you get an invite for private cloud beta on mail?
It must mention a discord link
Yes I never seen any discord link in it
So it's another channel of Appwrite?
can you DM me the screenshot once?
of the mail you got
Note- this is resolved
Hi, I left you a dm yesterday
Recommended threads
- Setup Permissions to only allow resource...
I would like to know how you do this in Appwrite Databases. Any ideas?
- [SOLVED] Get Relations when using Tables...
Hi there, I have a table containing a relation column with a one-to-many relationship to another table. When Using TablesDB.GetRow in "node-appwrite" i get all ...
- Transaction and Session
I've been debugging for hours a problem that now I think it's because It's not allowed: In my project a user log in using the `node-appwrite` SDK (SSR) I store...