In the GTM recipe, a Content Security Policy is added that interferes with Vue mounting and rendering. The error is difficult to determine, because deploy doesn't fail and browser console doesn't show anything very useful.
Removing the CSP config altogether seems to fix the issue, but maybe we could determine a better way to both keep come security provided by CSP and allow Vue's correct behavior? Not sure, but I think it's worth checking at least
In the GTM recipe, a Content Security Policy is added that interferes with Vue mounting and rendering. The error is difficult to determine, because deploy doesn't fail and browser console doesn't show anything very useful.
Removing the CSP config altogether seems to fix the issue, but maybe we could determine a better way to both keep come security provided by CSP and allow Vue's correct behavior? Not sure, but I think it's worth checking at least