laravel / fortify

Backend controllers and scaffolding for Laravel authentication.
https://laravel.com/docs/fortify
MIT License
1.62k stars 294 forks source link

Logout redirect not working #223

Closed Jusdon closed 3 years ago

Jusdon commented 3 years ago

Description:

The Laravel Fortify logout route does not redirect correctly. A 404 error appears when you log out and if you press F5, you will only be redirected correctly

Steps To Reproduce:

Log in normally and then press the logout "button"

driesvints commented 3 years ago

Hey there,

Can you first please try one of the support channels below? If you can actually identify this as a bug, feel free to report back and I'll gladly help you out and re-open this issue.

Thanks!

Jusdon commented 3 years ago

Hey, sorry it was my mistake! I found an issue in my code! I was just confused and couldn't explain the mistake. Ultimately, the error had nothing to do with an alleged 404 error.