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
After updating from v6 to v7 I am trying to migrate from the existing server.config.js to server.ts.
I need to configure the bodyLimit:
If I use the following server.ts and remove the server.config.js the bodyLimit for our deployed app (azure app service in a container) the value in server.ts is ignored.
We are starting the server for our app service using yarn rw serve api --port 8911
How do we reproduce the bug?
set the bodyLimit as shown in the code
start the server and try a request with some MB in the body
I’m picking up issue triage this week from @Josh-Walker-GM and was hoping @tilmann that you could share a reproduction or example. Does this involve uploads?
What's not working?
After updating from v6 to v7 I am trying to migrate from the existing server.config.js to server.ts.
I need to configure the bodyLimit:
If I use the following server.ts and remove the server.config.js the bodyLimit for our deployed app (azure app service in a container) the value in server.ts is ignored.
We are starting the server for our app service using
yarn rw serve api --port 8911
How do we reproduce the bug?
What's your environment? (If it applies)
Are you interested in working on this?
The text was updated successfully, but these errors were encountered: