I did notice that on Jun 30, there were a couple of challenges that might have interfered with it, but this was caused by having under attack mode enabled:
"action": "managed_challenge",
x
x
"clientCountryName": "US",
x
"clientRequestHTTPHost": "www.lojazz.com",
"clientRequestHTTPMethodName": "GET",
"clientRequestHTTPProtocol": "HTTP/2",
"clientRequestPath": "/wp-content/plugins/sonaar-music-pro/public/js/iron-audioplayer/iron-audioplayer.js",
x
x
x
x
"ruleId": "iuam",
I’ve more recently seen bot fight mode activity in the same path. If the issue still exists, you could simply create a rule for SBFM to not be enabled for the plugin:
(http.host eq "www.lojazz.com" and http.request.uri.path contains "wp-content" and http.request.uri.path contains "plugins" and http.request.uri.path contains "sonaar-music-pro" and http.request.uri.path contains "public")
Customize the rule as much as you’d like, and try to be as specific as possible, because a skip rule gets more secure as it gets more specific.