@batch First of all, you need to figure out what causing the error. There could be many reasons for this. Check your logs.
Oct 23, 2019
3
Level 1
Wrong Credentials Brings 500 Server Error Page
My laravel version is 6.3.0.
I generated login forms with commands below:
composer require laravel/ui php artisan ui:auth
It works good at my local but at production when I enter wrong credentials to login form it shows "500 Server Error" page instead of redirecting to login page again.
How can I fix this?
Please or to participate in this conversation.