Cross-Origin Read Blocking (CORB) blocked cross-origin response using ngrok

I inject script into the theme with shopify script tag API but when I load storefront page I get this error.
My injected script url is [https://00c14303b1ca.ngrok.io/my-tag.js](https://00c14303b1ca.ngrok.io/my-tag.js)

2 Likes

Any luck solving this issue?, I am facing the exact same problem.

1 Like

@kast @MedAmine1704

hi guys

did you guys manage to solve this issue???

i am having the same problem ??

thanks

Is the script’s src included in the list of authorized redirect scripts for your app? If that doesn’t work, I’d try just uploading the script to your theme files and referencing it as /my-tag.js, so you don’t need the reference to ngrok. Without knowing your situation, I imagine that’s the way your gonna want to do it when you deploy anyway