Routing
(none)
Matched route
Route Matching Logs
Path to match:
/en/client/forgot-password
# | Route name | Path | Log |
---|---|---|---|
1 | client.sign-in | /{_locale}/client/sign-in | Path does not match |
2 | client.sign-in.post | /{_locale}/client/sign-in | Path does not match |
3 | client-logout | /{_locale}/client/logout | Path does not match |
4 | client.sign-up | /{_locale}/client/sign-up | Path does not match |
5 | client.sign-up.post | /{_locale}/client/sign-up | Path does not match |
6 | client-forgot-password | /{_locale}/client/forgot-password | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.