Hi there. I’m seeing an issue with the new ESM (module) AMP scripts introduced in 2.1. I can see that you have:
<script src="https://cdn.ampproject.org/v0/amp-analytics-0.1.mjs" async="" custom-element="amp-analytics" type="module" crossorigin="anonymous"></script>
and:
<script type="application/javascript" src="https://cdn.ampproject.org/v0/amp-analytics-0.1.js"></script>
There is a problem with the latter: it is missing the nomodule attribute which the AMP plugin provides. This may be an issue with “breeze CACHE” which I see you have active.
As a quick fix, I recommend turning off AMP module scripts. You can do so via this helper plugin: https://gist.github.com/westonruter/279bcb54336449ce55d8887fb0fcf5b9
Hello @bringerllc
Can you please download and install this mini compatibility plugin for breeze cache and let us know if that resolves your issue.
Also, let me know if you face further issues.
@bringerllc As we haven’t received a response, I’ll mark this as resolved. Feel free to open a new support topic if you continue to encounter issues, or reopen this topic and we’d be happy to assist. Thank you!