Routing
dashboard
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://api.jambostack.site/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_docs_swagger | /api/docs/{projectId} | Path does not match |
| 2 | api_project_openapi_spec | /api/{projectId}/openapi.json | Path does not match |
| 3 | projects_settings_end_users_schema | /projects/{project}/settings/end-users/schema | Path does not match |
| 4 | enduser_auth_register | /api/{projectId}/auth/register | Path does not match |
| 5 | enduser_auth_login | /api/{projectId}/auth/login | Path does not match |
| 6 | enduser_auth_verify_2fa | /api/{projectId}/auth/verify-2fa | Path does not match |
| 7 | enduser_auth_refresh | /api/{projectId}/auth/refresh | Path does not match |
| 8 | enduser_auth_me | /api/{projectId}/auth/me | Path does not match |
| 9 | enduser_auth_me_update | /api/{projectId}/auth/me | Path does not match |
| 10 | enduser_auth_logout | /api/{projectId}/auth/logout | Path does not match |
| 11 | enduser_auth_forgot_password | /api/{projectId}/auth/forgot-password | Path does not match |
| 12 | enduser_auth_reset_password | /api/{projectId}/auth/reset-password | Path does not match |
| 13 | enduser_auth_social_login | /api/{projectId}/auth/social/{provider} | Path does not match |
| 14 | api_end_users_fields_reorder | /api/projects/{uuid}/end-users/fields/reorder | Path does not match |
| 15 | api_collection_reorder | /api/projects/{projectUuid}/collections/reorder | Path does not match |
| 16 | api_field_reorder | /api/projects/{projectUuid}/collections/{collectionSlug}/fields/reorder | Path does not match |
| 17 | api_media_bulk_destroy | /api/projects/{projectUuid}/media/bulk-destroy | Path does not match |
| 18 | dashboard | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.