Hi everyone,
I’m currently developing a Shopify App Extension (specifically a theme app extension) and have integrated it into a storefront using an App Embed block.
However, I’m facing an issue where console.log() does not work at all in the storefront. Here are the details:
-
When I manually type console.log(“testing”) in the browser’s DevTools Console (while viewing the storefront), nothing is logged.
-
No error, warning, or output is shown at all.
Any help or insights would be greatly appreciated. Thanks in advance!