
Hello, I have a problem with my appwrite server when I try to add an attribute to my collection, I get the following error:
[Error] Timestamp: 2024-04-20T16:53:10+00:00
[Error] Method: POST
[Error] URL: /v1/databases/:databaseId/collections/:collectionId/attributes/url
[Error] Type: Appwrite\Extend\Exception
[Error] Message: Attribute limit exceeded
[Error] File: /usr/src/code/app/controllers/api/databases.php
[Error] Line: 152
I've looked at other similar topics and it's explained that you have to use a size greater than 16383 for appwrite to use a TEXT instead of a VARCHAR.
But that doesn't help me much, because I'm having trouble when I try to create an Url attribute and I can't select the size for this type.
If anyone can help me it would be really nice.
Recommended threads
- appwrite cli alpine os
the appwrite cli does not work on alpine os if you install it using the recommended bash script. Maybe there is the possibility to compile it for alpine using t...
- Invalid document structure: Unknown attr...
I have an attribute, who I deleted but it still gives error saying that Invalid document structure: Unknown attribute: "financialAidAvailable". Because of which...
- Migration to new region: not so good.
We attempted to do a migration to NYC... and things didn't go well. We followed the steps (exactly) as shown in the video, updated our app with the new endpoint...
