NextJS serverless limits

Hey guys, Is there anyway to increase this maximum limit? I need to upload significantly larger files. If not, do I change my route to not be a serverless function? I'm using the edge function as a proxy to upload the image for a different service and don't want to store it in a bucket or anything.
2 Replies
barry
barry2y ago
Seems you can't go above it and you're screwed when hosting with Vercel.
benton
benton2y ago
You'll need to use aws lambda or another appropriate cloud

Did you find this page helpful?