Total module size exceeded the zipped maximum (42.92 MiB > maximum size 42.92 MiB)
Did i now reach the end of convex?
3 Replies
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!
Bundling | Convex Developer Hub
How Convex bundles and optimizes your function code
you can try marking some packages as external to reduce the bundled size (marked packages won't be bundled into deployed code, but will be installed externally and then cached)