Routing
client.sign-up
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "en" |
Route Matching Logs
Path to match:
/en/client/sign-up
# | 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 | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.