Routing
vis2_page
Matched route
Route Parameters
| Name | Value |
|---|---|
| vispage | null |
| vistool | "login" |
Route Matching Logs
Path to match:
/vis2/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_function_with_slash | /api/{api}/{section}/{function}/ | Path does not match |
| 2 | api_function | /api/{api}/{section}/{function} | Path does not match |
| 3 | app_icon | /app/plussapp/icon-{width}x{height}.png | Path does not match |
| 4 | api_section_with_slash | /api/{api}/{section}/ | Path does not match |
| 5 | api_section | /api/{api}/{section} | Path does not match |
| 6 | smartoptimizer_with_params | /static/{module}/{file_name}/ | Path does not match |
| 7 | api_api_with_slash | /api/{api}/ | Path does not match |
| 8 | api_api | /api/{api} | Path does not match |
| 9 | app_page | /app/{vistool}/{vispage} | Path does not match |
| 10 | app_tool_main | /app/{vistool}/ | Path does not match |
| 11 | app_tool | /app/{vistool} | Path does not match |
| 12 | app | /app | Path does not match |
| 13 | app_main | /app/ | Path does not match |
| 14 | app_offline | /offline.html | Path does not match |
| 15 | app_manifest | /manifest.json | Path does not match |
| 16 | app_service_worker | /service-worker.js | Path does not match |
| 17 | app_register_service_worker | /register-service-worker.js | Path does not match |
| 18 | ckeditor5 | /_ckeditor5_jbsnode_upload | Path does not match |
| 19 | check_redirects | /check-redirects | Path does not match |
| 20 | scripts | /scripts | Path does not match |
| 21 | smartoptimizer | /static/{module}/{file_name} | Path does not match |
| 22 | vis2_check | /_vis2_check | Path does not match |
| 23 | vis2_page | /vis2/{vistool}/{vispage} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.