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
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
The rest server uses Express, which limits the request body to 100kb. If the request body is any larger, Express will throw an HTTP 413 "Payload Too Large" error.
Consider configuring a larger default limit.
The text was updated successfully, but these errors were encountered:
The rest server uses
Express
, which limits the request body to 100kb. If the request body is any larger, Express will throw an HTTP 413 "Payload Too Large" error.Consider configuring a larger default limit.
The text was updated successfully, but these errors were encountered: