Everything was working yesterday but now i get this
Unable to find the controller for path "/login_check". Maybe you forgot to add the matching route in your routing configuration?
I have this code
secured_area:
pattern: ^/admin
anonymous: ~
form_login:
login_path: /login
check_path: /login_check
this routing
xxxxxxxx:
resource: "@myBundle/Controller"
type: annotation
xxxxxxxx:
resource: "@myBundle/Controller"
type: annotation
prefix: /secured
DO i need to do any more setting
Check if you have in your routing
And also check, if this route is not overridden by any other
EDIT:
You have to place your check_path behind the firewall. Means: