CSRF token mismatch Laravel 10 in a particular system
My web application with Laravel 10 has a form that submits using Ajax. It’s working fine except for the one system, while submitting the form. I am getting CSRF token mismatch error in both Chrome & Edge browsers.
Tried updating the browser to the latest version, cleared cookies & cache but nothing worked.