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)
![image](https://private-user-images.githubusercontent.com/92288572/399499904-0bcf0012-7360-4844-a622-715c5742721c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0Nzg5NjIsIm5iZiI6MTczOTQ3ODY2MiwicGF0aCI6Ii85MjI4ODU3Mi8zOTk0OTk5MDQtMGJjZjAwMTItNzM2MC00ODQ0LWE2MjItNzE1YzU3NDI3MjFjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDIwMzEwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZlMjEwMGI5OTE0Yjg3NjhkYWMzNmY3YTUzNTIxZGExZWI4NDcwZDYwMGM4MDYyYTZkYTJkNGRmNmI5YzcwYmMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.bYEV6vqAWQfPRITmpKrRST19NaD5916uIiahO0BISqE)
do you guys have any alternatives to handle thse kind of payload?
thanks
Beta Was this translation helpful? Give feedback.
All reactions