Did you run php artisan migrate as well on remote server ?
Aug 10, 2018
2
Level 1
Failed login or failed registering attempt redirects to /(home) on server, but working fine on local server
Hi all,
Not sure if this is a Laravel issue or a Server issue.
In using the Laravel Auth generated by Artisan and have only made minor changes to the templates.
On my local machine everything works fine. But on a live server, when using the login or register pages, any failed attempts redirects to home(/) when it should redirect back with the $errors
My first guess was Nginx could be causing the issue. but couldn't find anything is the Nginx config which could be causing this.
anyways thanks for taking the time to read my issue and hope someone can help.
Please or to participate in this conversation.