swdaveloper
swdaveloper2d ago

Anyway to increase the 1 MiB field size limit?

We are trying to query and endpoint to save a bunch of data in a single field, and we are running into this error:
Server Error
Uncaught Error: Uncaught Error: Failed to fetch data: Error: Uncaught Error: Value is too large (1.14 MiB > maximum size 1 MiB)
Server Error
Uncaught Error: Uncaught Error: Failed to fetch data: Error: Uncaught Error: Value is too large (1.14 MiB > maximum size 1 MiB)
2 Replies
Convex Bot
Convex Bot2d ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
Nicolas
Nicolas2d ago
Unfortunately you can't increase this limit, but if you are working over larger values you might want to use file storage

Did you find this page helpful?