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

kast
New Member
2 0 3

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`

kast_0-1619331660202.png

 

Replies 3 (3)
MedAmine1704
New Member
1 0 1

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

HD_WORK
New Member
20 0 0

@kast @MedAmine1704 

hi guys

did you guys manage to solve this issue???

i am having the same problem ??

thanks

CharlesRyan
Tourist
3 0 1

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