Can you try php artisan route:clear it can be that you have the routes cached (with php artisan rout...
A general tip if a route can't be found is to run the php artisan laravel:route command and look for...
Maybe you can take a look on this issue for some solutions: https://github.com/laravel/framework/iss...
The problem that you describe is that there is a different between valid email addresses from the RF...
Do you use SoftDeletes on your model/table? If that is the case you need to add 'deleted_at' => n...
The Laravel portal for problem solving, knowledge sharing and community building.