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
@lydenn Like Sam says, it's a limit in Saloon only (in the RequestException, like you said).
I don't think you can properly override the max body length property right now, unfortunately.
The way I've handled this is to create a custom Exception, and extend the RequestException, and in the constructor pass the message manually (to bypass this).
So something like this..
You will need to set your custom Exception, as shown here.
You don't necessarily need to extend the RequestException, but that's what I ended up doing.
in the RequestException, exception message is set to limit only 200 characters. is there anyway to allow the message length more than that?
The text was updated successfully, but these errors were encountered: