Hi PC –
Thanks for the reply.
Can you please ensure that you are running the latest version of the OptinMonster plugin?
Yes, I updated to the latest version: 2.13.2
…your web host is not blocking your connection to a.omappapi.com using a firewall?
I checked in with WP Engine and this is what they said:
From how the URL is being referenced no, if it was a block from our origin server it would be a white nginx 403 page but looking at the script url it references the url a.omappapi.com/app/js/api.min.js with a 403 which means its trying to pull from that URL but its being denined. I would suggest to reach out to the plugin developer and see if there is anything on our end we need to white list. Its an API so most likely there could be an IP we have to set up to be whitelisted.
Also, can you please share a link to a page where I can see that error in the console?
https://3degreesinc.com
The issue seems to be coming from the word ‘defer’ which is being included in the URL. I’ve turned off all plugins and this error still happens when it’s only OptinMonster:
<script type="text/javascript" src="https://a.omappapi.com/app/js/api.min.js' defer " async="" id="omapi-script"></script>
It may be a theme issue. When I switch themes, this specific error goes away, so I’ll dig into a theme conflict as well.