Is everything else working fine except those form submissions? Which shared hosting are you using?
Mar 8, 2018
11
Level 1
TokenMismatchException in VerifyCsrfToken.php (line 68) when I login/register in my online website
On my local server my projcet works fine.I upload it on shared hosting and set the database and my welcome view works fine but when i try to login or register i get this errorr TokenMismatchException in VerifyCsrfToken.php (line 68). All day Im searching for solution in the forums but nothing is working.
- my sessions are stored in storage/framework/sessions and i have the tolkens saved there
if anyone can help
Level 1
So I found the problem. It was in routes/web.php ! There was an extra line above <?php I deleted it and everything works :D
Please or to participate in this conversation.