-2

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

toha
  • 5,095
  • 4
  • 40
  • 52
dark_knight94
  • 117
  • 11
  • i think you are not sending the correct url in your mail. send that url in mail where you written the mail verify code or logic. in mail the correct url is not found thats the reason showing error – Kuldeep Mishra Aug 29 '17 at 10:11

1 Answers1

0

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.

Rob Fonseca
  • 3,671
  • 2
  • 17
  • 13