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
- Issue with relations on database
I'm creating a food ordering website for businesses. I'm having issues with the relations on my database I attached the attributes for the collections I'm hav...
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...