I created an user authentication system, everything works great on my local server, but once uploaded to a shared host, incomplete forms are giving no validation errors but giving directly a redirect message, resulting to an empty login page. Is like validation is not working at all. Also entering the right login data, the same redirect is shown.
Anyone any ideas? Thanks!
Gerard Daniels
Problem solved! I did find the solution in your achieved forum. It was due to a space before <? in the routes.php file.... Really a headbreaker! I spent almost two days to finding a solution!
Apparently my local MAMP server is not sensible for this, otherwise I had find it perhaps sooner.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community