Error 404 Not Found

GET http://brassicollines.be/admin/beer/batch-delete?page=2&sort%5Balcool%5D=ASC

Forwarded to ErrorController (1207c1)

Routing

admin_beer_detail Matched route

Route Parameters

Name Value
crudAction
"detail"
crudControllerFqcn
"App\Controller\Admin\BeerCrudController"
dashboardControllerFqcn
"App\Controller\Admin\DashboardController"
entityId
"batch-delete"
routeCreatedByEasyAdmin
true

Route Matching Logs

Path to match: /admin/beer/batch-delete
# Route name Path Log
1 admin /admin Path does not match
2 admin_beer_index /admin/beer Path does not match
3 admin_beer_new /admin/beer/new Path does not match
4 admin_beer_batch_delete /admin/beer/batch-delete Path almost matches, but Method "GET" does not match any of the required methods (POST)
5 admin_beer_autocomplete /admin/beer/autocomplete Path does not match
6 admin_beer_render_filters /admin/beer/render-filters Path does not match
7 admin_beer_edit /admin/beer/{entityId}/edit Path does not match
8 admin_beer_delete /admin/beer/{entityId}/delete Path does not match
9 admin_beer_detail /admin/beer/{entityId} Route matches!

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