Open am522379 opened 4 years ago
When deleting a post via the Delete link, I'm getting a Bad Request/ CSRF Token Missing response. In case others are experiencing the same issue, the solution is to add the below line within the form tag on the the page.html template.
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/>
When deleting a post via the Delete link, I'm getting a Bad Request/ CSRF Token Missing response. In case others are experiencing the same issue, the solution is to add the below line within the form tag on the the page.html template.
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/>