I have shifted my code from shared hosting to DO. everything configured but all POST requests are throwing 302 Found.
I have checked laravel error log. Its stating method Not found.
https://skillinfinity.com/login Its working here but not here 165.227.101.92/login
Please help as i am trying from few hours. Not able to figure out.
P.S : I am using ubuntu 16.4
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
**Solution: ** config/session.php file set in local server
Hope it helps someone
Hello,
Just came across this question.
This could be due to the difference in the
APP_URL
. What I could suggest is adding the following to your blade view:It sounds like that this could be a 302 redirect after form validation fails.
Regards, Bobby
This comment has been deleted
Apparently this is a common issue with Laravel
https://stackoverflow.com/questions/35020477/laravel-unexpected-redirects-302