Level 122
This will happen if you are not logged in when clicking the link.
You should have a get login route?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I'm making a project with Laravel breeze and all the auth functionalities are working like they should, but im having trouble with my email verification. The notification sends just fine to the specified email address, but once the user presses the verify email button, the user gets redirected to the localhost/login page and returns an error stating that the get method isnt allowed for the login route - which is obvious. Why is the verification button redirecting to the login route????
Please or to participate in this conversation.