
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
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
- Row with the requested ID already exists...
I’m hitting a blocking issue creating rows in Appwrite (both from the console and my React Native app). After successfully inserting the first row, every subseq...
