i have a CSV field in Directus and when i want to add one more tag it says "[VALUE_TOO_LONG] Value is too long.". I thought it was MAX_PAYLOAD_SIZE so i added to .env file but nothing changed. Anyone knows how to solve this?
Asked
Active
Viewed 375 times
1 Answers
0
It's due to the difference between the String and Text types for the input field. String seems to have a maxlength of 255, so if you try to load a value larger than that it'll throw a "Value too long" error.
I fixed this by deleting my Input (String) field and re-creating it as an Input (Text) field.

Kyle
- 111
- 1
- 6