Seeing the following 419 error whenever a submit button is pressed in a Laravel blade form:
The solution is quite simple, just a missing @csrf after the form:
Just do a page refresh and submit again then the issue is resolved.
Seeing the following 419 error whenever a submit button is pressed in a Laravel blade form:
The solution is quite simple, just a missing @csrf after the form:
Just do a page refresh and submit again then the issue is resolved.