Hey there i made a collection, but i can't add more attributes. It says:
The maximun number or size of attributes for this collection had been reaced, but its just 5 attributes and in other collections i have much more attributes. How to fix this?
TL;DR
Developer is unable to add more attributes to a collection due to a maximum limit error, even though the collection only has 5 attributes. The issue might be specific to this collection. To fix this, developers should check the settings or limitations for this particular collection and adjust accordingly.Recommended threads
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- 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...