GET https://dev.ryukoch.com/it/blogs/te-giapponese

Routing

app_blog_show Matched route

Route Parameters

Name Value
_locale
"it"
content_name
"te-giapponese"

Route Matching Logs

Path to match: /it/blogs/te-giapponese
# Route name Path Log
1 app_login /login/acc2fc510e9512de3147fbd29b008d89 Path does not match
2 app_logout /logout Path does not match
3 api_recipe_info.en /en/api/recipe-info/{id} Path does not match
4 api_recipe_info.de /de/api/recipe-info/{id} Path does not match
5 api_recipe_info.fr /fr/api/recipe-info/{id} Path does not match
6 api_recipe_info.it /it/api/recipe-info/{id} Path does not match
7 api_recipe_info.es /es/api/recipe-info/{id} Path does not match
8 api_add_cooked.en /en/api/cooked Path does not match
9 api_add_cooked.de /de/api/cooked Path does not match
10 api_add_cooked.fr /fr/api/cooked Path does not match
11 api_add_cooked.it /it/api/cooked Path does not match
12 api_add_cooked.es /es/api/cooked Path does not match
13 app_language_selector.en / Path does not match
14 app_home.de /de Path does not match
15 app_home.en /en Path does not match
16 app_home.fr /fr Path does not match
17 app_home.it /it Path does not match
18 app_home.es /es Path does not match
19 app_basics_index.en /en/basics/ Path does not match
20 app_basics_index.de /de/grundlagen/ Path does not match
21 app_basics_index.fr /fr/principes/ Path does not match
22 app_basics_index.it /it/basi/ Path does not match
23 app_basics_index.es /es/conceptos-basicos/ Path does not match
24 app_basic_show.en /en/basics/{content_name} Path does not match
25 app_basic_show.de /de/grundlagen/{content_name} Path does not match
26 app_basic_show.fr /fr/principes/{content_name} Path does not match
27 app_basic_show.it /it/basi/{content_name} Path does not match
28 app_basic_show.es /es/conceptos-basicos/{content_name} Path does not match
29 app_basics_category.en /en/basics/category/{content_name} Path does not match
30 app_basics_category.de /de/grundlagen/kategorie/{content_name} Path does not match
31 app_basics_category.fr /fr/principes/categorie/{content_name} Path does not match
32 app_basics_category.it /it/basi/categoria/{content_name} Path does not match
33 app_basics_category.es /es/conceptos-basicos/categoria/{content_name} Path does not match
34 app_blogs_index.en /en/blogs/ Path does not match
35 app_blogs_index.de /de/blogs/ Path does not match
36 app_blogs_index.fr /fr/blogs/ Path does not match
37 app_blogs_index.it /it/blogs/ Path does not match
38 app_blogs_index.es /es/blogs/ Path does not match
39 app_blog_show.en /en/blogs/{content_name} Path does not match
40 app_blog_show.de /de/blogs/{content_name} Path does not match
41 app_blog_show.fr /fr/blogs/{content_name} Path does not match
42 app_blog_show.it /it/blogs/{content_name} Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.