console.log() not working inside Shopify App Extension – cannot debug or inspect output

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!

1 Like

Yes mine is also not working

Same thing here. I tried running shopify app logs too and logs don’t show up there either.