Routing
app_register
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/register
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_users | /admin/users | Path does not match |
| 2 | admin_toggle_role | /admin/users/{id}/toggle-role/{role} | Path does not match |
| 3 | admin_delete_user | /admin/users/{id}/delete | Path does not match |
| 4 | admin_offres | /admin/offres | Path does not match |
| 5 | admin_toggle_offre | /admin/offres/{id}/toggle-statut | Path does not match |
| 6 | candidat_profil | /candidat/profil | Path does not match |
| 7 | candidat_edit_profil | /candidat/profil/edit | Path does not match |
| 8 | candidat_upload_cv | /candidat/cv/upload | Path does not match |
| 9 | candidat_candidatures | /candidat/candidatures | Path does not match |
| 10 | dashboard_recruteur | /dashboard/recruteur | Path does not match |
| 11 | dashboard_admin | /dashboard/admin | Path does not match |
| 12 | app_home | / | Path does not match |
| 13 | ia_score | /ia/score/{offreId} | Path does not match |
| 14 | ia_lettre | /ia/lettre/{offreId} | Path does not match |
| 15 | ia_chatbot | /ia/chatbot | Path does not match |
| 16 | ia_chatbot_message | /ia/chatbot/message | Path does not match |
| 17 | message_index | /messages/ | Path does not match |
| 18 | message_conversation | /messages/conversation/{userId} | Path does not match |
| 19 | notification_index | /notifications/ | Path does not match |
| 20 | notification_read | /notifications/{id}/read | Path does not match |
| 21 | notification_read_all | /notifications/read-all | Path does not match |
| 22 | notification_unread_count | /notifications/unread-count | Path does not match |
| 23 | offre_index | /offres | Path does not match |
| 24 | offre_create | /offres/new | Path does not match |
| 25 | offre_show | /offres/{id} | Path does not match |
| 26 | offre_edit | /offres/{id}/edit | Path does not match |
| 27 | offre_delete | /offres/{id}/delete | Path does not match |
| 28 | offre_postuler | /offres/{id}/postuler | Path does not match |
| 29 | recruteur_profil | /recruteur/profil | Path does not match |
| 30 | recruteur_edit_profil | /recruteur/profil/edit | Path does not match |
| 31 | recruteur_offres | /recruteur/offres | Path does not match |
| 32 | recruteur_candidatures | /recruteur/candidatures | Path does not match |
| 33 | recruteur_candidature_show | /recruteur/candidature/{id} | Path does not match |
| 34 | recruteur_accepter_candidature | /recruteur/candidature/{id}/accepter | Path does not match |
| 35 | recruteur_changer_statut | /recruteur/candidature/{id}/statut/{statut} | Path does not match |
| 36 | app_login | /login | Path does not match |
| 37 | app_register | /register | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.