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
Plug.Parsers.RequestTooLargeError: the request is too large. If you are willing to process larger requests, please give a :length to Plug.Parsers
File "lib/plug/parsers.ex", line 322, in Plug.Parsers.reduce/8
File "lib/web/endpoint.ex", line 15, in OMG.WatcherRPC.Web.Endpoint.plug_builder_call/2
File "lib/web/endpoint.ex", line 15, in OMG.WatcherRPC.Web.Endpoint."call (overridable 3)"/2
File "lib/web/endpoint.ex", line 15, in OMG.WatcherRPC.Web.Endpoint.call/2
File "lib/plug/cowboy/handler.ex", line 18, in Plug.Adapters.Cowboy.Handler.upgrade/4
...
(1 additional frame(s) were not displayed)
(Plug.Parsers.RequestTooLargeError) the request is too large. If you are willing to process larger requests, please give a :length to Plug.Parsers
The text was updated successfully, but these errors were encountered:
I think I was just not expecting this to be an exception. If someone uploads a too-large file at 3AM it would page the on-call engineer which is not really necessary
Sentry Issue: ELIXIR-OMG-6M
The text was updated successfully, but these errors were encountered: