iThemes plugin initiated API calls generating Javascript errors
-
Recently out of nowhere our WordPress site started generating javascript errors across all admin pages. The error is usually along the lines of:
Uncaught (in promise) Error: Unhandled Promise Rejection: The response is not a valid JSON response.
With an emphasis on “The response is not a valid JSON response” across all javascript errors on every admin page.
Verified that with iThemes plugin disabled, the issue goes away. We have not updated our iThemes version for weeks and we are surprised to see this all of a sudden when we know everything was working fine / no js errors only several weeks ago.The GET request generated by the iThemes plugin which causes the js error is:
https://<wpsite>/wp-json/ithemes-security/v1/admin-notices?_locale=user
The script making the request is:
admin-notices-api.min.js
Has anyone else experienced this issue and know how to resolve? Many thanks in advance for any feedback.
- The topic ‘iThemes plugin initiated API calls generating Javascript errors’ is closed to new replies.