How to fix 419 | Page Expire | @csrf token is added correctly

hello mates, I 'm working one of my project and suddenly I face an error on every form submission

image

I added @CSRF correctly but still it didn’t find any solution I found on many articles that form submission with @csrf protection is directly related to the Session and found that session is not working correctly I fix file permission using this article but nothing works

To fix 419 page expired error in laravel, you have to use the CSRF token carefully in your project. If you are getting an error after submitting the form then you need to add the CSRF field in your form.

@csrf ...

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.