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
Currently when using multiple guards when first guard fails rather than redirecting to the first failed guard route it just continues through all the routes and returns last failed guard redirect.
Currently when using multiple guards when first guard fails rather than redirecting to the first failed guard route it just continues through all the routes and returns last failed guard redirect.
Example:
In the example above rather than redirecting to
/b
it will redirect to/c
.This issue was already addressed by #745 but the PR was never merged and just deleted so the issue persists.
Note: there is a workaround to merge all the guards into one and use
pos
to figure out where to redirect but it seems wrong.The text was updated successfully, but these errors were encountered: