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
This appears to be a nginx issue.
There appears to be 2 parameters involved to resolve the problem :
client_max_body_size: The maximum allowed size for a client request. If the maximum size is exceeded, then Nginx will spit out a 413 error or Request Entity Too Large.
https://forum.solidproject.org/t/error-web-error-413-request-entity-too-large-on-put/3804
This appears to be a nginx issue.
There appears to be 2 parameters involved to resolve the problem :
client_max_body_size
: The maximum allowed size for a client request. If the maximum size is exceeded, then Nginx will spit out a 413 error or Request Entity Too Large.@jaxoncreed @justinwb have you some recommendation ?
The text was updated successfully, but these errors were encountered: