Routing
ux_live_component
Matched route
Route Parameters
| Name | Value |
|---|---|
| _live_action | "get" |
| _live_component | "Message:Form" |
Route Matching Logs
Path to match:
/_components/Message:Form
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | qr_code_generate | /qr-code/{builder}/{data} | Path does not match |
| 2 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 3 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 4 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 5 | app.swagger | /api/doc.json | Path does not match |
| 6 | app.swagger_ui | /api/doc | Path does not match |
| 7 | ux_live_component | /_components/{_live_component}/{_live_action} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.