Feb 2, 2016
0
Level 1
TokenMismatchException in VerifyCsrfToken.php
Hi everyone,
I am using Laravel 5.2
My site is deployed at http://76.126.14.236:8000/
If I try to register, I am getting the error TokenMismatchException in VerifyCsrfToken.php
Since I am using php artisan make:auth , all my login /registration forms have the csrf token embedded by default. You can check that by viewing page source. Both forms have csrf hidden token field.
Can someone please help me with how to resolve the issue.
Please or to participate in this conversation.