Any idea why do I get the following error when trying to POST on /forgot-password? I have created reset.password route. Status: 500 Internal Server Error. "message": "Trying to access array offset on value of type null"
thank you for your valuable videos I installed Fortify as in the video and made sure that routes are there using route:list, but I have a problem which is some times I get 404 from login ang register routes. It is like laravel cannot find those route. It can always find them after php artisan migrate:fresh. I searched a lot but I could not find why. Can you please help
Any idea why do I get the following error when trying to POST on /forgot-password?
I have created reset.password route.
Status: 500 Internal Server Error. "message": "Trying to access array offset on value of type null"
Every other feature, like register, login, logout works just fine, only /forgot-password route is giving me this problem
Ehy mate can we use this cookie base system in a separate front end using react(another domain) ?
yes
thank you for your valuable videos
I installed Fortify as in the video and made sure that routes are there using route:list, but I have a problem which is some times I get 404 from login ang register routes. It is like laravel cannot find those route. It can always find them after php artisan migrate:fresh. I searched a lot but I could not find why. Can you please help
can't really help much without knowing your code structure :(
@@Acadeaio do not mind, the problem was that I was sending login requests from postman to login an already logged in user. thank you for your concern