@cptkoolbeenz I will add an option to disable the logging in the future.
Maybe you could give the site access so I could look why logs deletion doesn’t work (our email is [email protected])?
Or I can give an instruction and you can try yourself:
- Go to logs tab.
- Open browser DevTools (Right click on the page -> Inspect) and open Network tab, then select Fetch / XHR subtab.
- Click “Delete all logs” button.
- See which request is sent, and which data is returned by the server.
Here is the video example attached: https://youtu.be/JOsMSfvqzkM
I just want to see if the request is being sent in the first place, and if you get some response, which is not a error.
If the request was not even sent, you can look up for the error description in the Console tab (the first one, left to Network).