You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I could not deploy my app because of the 100MB limit fixed on Azure functions. @prisma/client is over 130MB. I wonder how you got over that hump?
Here is the message I got
---End of Oryx build logs---
Function Runtime Information. OS: linux, Functions Runtime: ~3, node version: 12
Finished building function app with Oryx
Zipping Api Artifacts
Done Zipping Api Artifacts
The content server has rejected the request with: BadRequest
Reason: The size of the function content was too large. The limit for this Static Web App is 104857600 bytes.
Hi, I could not deploy my app because of the 100MB limit fixed on Azure functions. @prisma/client is over 130MB. I wonder how you got over that hump?
Here is the message I got