routes.php
$router->get(‘/reset-password/{token}’, ‘session/reset-password.php’);
$router->post(‘/reset-password’, ‘session/reset-password.php’);
terminal (shows no password-reset GET or POST?
My application is in localhost:3000 (using Visual Studio Code and Xampp)
reset-password is in localhost after clicking on email based token form
Where can I start fixing this issue?
I have tried multiple router starting and end points.
I have tried changing reset-urls.
It seems as though the token launched form is not part of my application
Ramin Noori-Shirazi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.