Replies: 1 comment
-
apparently to bypass cloudrun request limit 32MB it need to be able to serve by http/2 protocol, my current workaround is rewriting the http server to honojs and it's working pretty well |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi i keep getting error 413, any workaround for this?
i've tried
Google Cloud Run
Vercel
Local
the size of the cache was around 40MB (nextjs standalone output)
do you guys have any alternatives to handle thse kind of payload?
thanks
Beta Was this translation helpful? Give feedback.
All reactions