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
When I had multiple routes like auth/login, auth/:custom/ , /:parent/:alias/ and my current route is auth/login/ i get all three routes in $this->matchRouter, it is possible to fix that?
where /auth/alias normally are /:parent/:alias/
Also I get all params from the routes:
The text was updated successfully, but these errors were encountered:
When I had multiple routes like




auth/login
,auth/:custom/
,/:parent/:alias/
and my current route isauth/login/
i get all three routes in $this->matchRouter, it is possible to fix that?where
/auth/alias
normally are/:parent/:alias/
Also I get all params from the routes:
The text was updated successfully, but these errors were encountered: