I use Laravel 5.8 version. My form is:
<form method="POST" action="store_catalog" accept-charset="UTF-8" enctype="multipart/form-data">
{{ csrf_field() }}
when I submit my form I got 419 error but _token is sent:
All this works perfect in standard Chrome mode but this wont work in incognito mode. I also think that dont work in some other browsers but I didnt check.
WHy I got 419 error in Incognito mode and how to solve ?