in cloud version
click on the 3 dots beside that attribute
You'll get a delete option
Use that
used but still showing stuck,
reload?
yes
nothing happened , so recreated same collection
working now?
not as expected, now getting error for creating index, for that same field
what can do is change the attribute name and try
Explanation for stuck stuck: attribute was available but cannot be removed
dont want to change attribute name, its creating for other feilds
Okay I can see that you have created a new post
You may edit this post as Solved and close it
Thanks
Recommended threads
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- 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...