Hey, I have a app embed block and we have over 100s shops that this is working correctly. There is one custom shop that this script does not get added to the page. Only the callmethodFromScriptDotJs() is called and it does not have script.js in page.
The theme is debut with some custom modifications I believe.
What can cause this to happen?
callMethodFromScriptDotJs();
{% schema %}
{
"name": "My app block",
"target": "body",
"stylesheet": "style.css",
"javascript": "script.js"
}
{% endschema %}