Search code examples
phplaravelcompiler-errorstoken

Token Mismatch Exception


I don't know what happened but I just want to Login on my Laravel App. I used the internal Auth system of Laravel. I try to register but it kept on returning

TokenMismatchException in compiled.php line 3227:

I already tried inserting {{ csrf_field() }} to the Login and Register blade but it still doesn't work.

I am debugging this for hours now. I need help. Thanks.


Solution

  • I had the solution I had to remove the Verify Token Class. Because no matter what I do the Verify token error keeps on coming.