ARCANEDEV / LogViewer

:page_with_curl: Provides a log viewer for Laravel
MIT License
2.37k stars 336 forks source link

CSRF Token mismatch error for bootstrap-5 theme #457

Open nick-nds opened 5 months ago

nick-nds commented 5 months ago

Description:

While deleting logs, the DELETE api request made using fetch api throws error, CSRF token mismatch. When I tried to debug, I found CSRF token is not being passed in headers. This issue is only for bootstrap-5 theme.

Steps To Reproduce: