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
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:
Set `theme: 'bootstrap-5' in config.
Try to delete logs, the api request will throw error, CSRF token mismatch.
The text was updated successfully, but these errors were encountered:
nick-nds
added a commit
to nick-nds/LogViewer
that referenced
this issue
Apr 14, 2024
Description:
While deleting logs, the
DELETE
api request made usingfetch
api throws error,CSRF token mismatch
. When I tried to debug, I foundCSRF
token is not being passed in headers. This issue is only for bootstrap-5 theme.Steps To Reproduce:
CSRF token mismatch
.The text was updated successfully, but these errors were encountered: