You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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() }}"/>
The text was updated successfully, but these errors were encountered: