We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When calling the route /logout Symfony returns the error: Unable to find the controller for path "/logout". The route is wrongly configured.
/logout
Unable to find the controller for path "/logout". The route is wrongly configured.
The session cookies should be revoked and the login session should be ended.
www.example.com/logout
Maybe move the logout route to the same area as the protection / firewall zone? But this still didn't work on ^/.
^/
The text was updated successfully, but these errors were encountered:
At the moment I have to delete the session cookies manually to "log-out". Forgot to add that.
Sorry, something went wrong.
No branches or pull requests
Actual Behavior
When calling the route
/logout
Symfony returns the error:Unable to find the controller for path "/logout". The route is wrongly configured.
Expected Behavior
The session cookies should be revoked and the login session should be ended.
Steps to Reproduce
www.example.com/logout
by default.Possible Solutions
Maybe move the logout route to the same area as the protection / firewall zone? But this still didn't work on
^/
.The text was updated successfully, but these errors were encountered: