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
I'm having an issue where I'm getting a lot of URI Malformed errors on Sentry from routes that are valid but has %2 at the end of it. So I need a way to remove the %2 whenever there is an error while decoding and redirect the user to that route.
How can I redirect the user to a different route onDecodeError?
The text was updated successfully, but these errors were encountered:
I'm having an issue where I'm getting a lot of URI Malformed errors on Sentry from routes that are valid but has
%2
at the end of it. So I need a way to remove the%2
whenever there is an error while decoding and redirect the user to that route.How can I redirect the user to a different route onDecodeError?
The text was updated successfully, but these errors were encountered: