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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...