Search code examples
phplaravelreset-passwordemail-confirmation

Email confirmation not working Laravel


So I'm creating this Web application using the framework Laravel. Now on the password reset page, everything's working great. The email is sent correctly,

enter image description here and also received as it should be but when I click on the confirmation link it shows an Error.

Received : Received

Error:

It says: Object not found! The requested URL could not be found on the server. If you entered the URL manually, please check the spelling and try again. If you think this is a malfunction of the server, please inform the webmaster about this. Error 404 localhost Apache / 2.4.26 (Win32) OpenSSL / 1.0.2l PHP / 7.1.7


Solution

  • Based on the image you sent, you have not updated the APP_URL variable in your .env file with the correct dev URL you are using (http://multiauth2.dev). Just update that .env variable and try the reset process again and it will work.

    The reset image shows the raw link at the bottom of the email as http:://localhost.