Hello there,
I'm experiencing an issue while creating a document. Whenever my Enum attribute element is greater than 8 characters, I encounter a 500 server error, and the log message reads: ''' Data too long for column attribute_name at row 1.''' However, it works fine when the length is 8 characters or less.
did you update your enum in your collection settings? if so, this is probably the related problem: https://github.com/appwrite/appwrite/issues/5595
Recommended threads
- How to bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...
- [SOLVED] Appwrite Cloud and FRA cloud se...
Can anyone estimate how long this will take to resolve? I am checking status here https://status.appwrite.online/
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...