I’m building an embedded app for Shopify (Next.js frontend hosted on Vercel + FastAPI backend on Render), and I’m encountering an issue where the app gets sandboxed even though headers and initialization seem correct.
I’m seeing the following error in the browser console:
Blocked script execution in ‘’ because the document’s frame is sandboxed and the ‘allow-scripts’ permission is not set.
Hey @Rudolph_94 - I believe this is a known issue, just sharing this link:
My understanding is that this shouldn’t impact the execution of your app - can you let me know if it is blocking any of your CSS/other app components?
I noticed you did post in that older thread there too - is the issue just causing the automated check not to pass for your app submission but the app itself runs as expected?
Happy to look into this further with the team here, just wanted to touch base with you to see if we could diagnose the issue - hope to hear from you soon!
So far, the only message I’m seeing is the message in the console. None of my functions are affected (as far as I know). This is the last step I need to move forward. I appreciate your time and help.
Hey @Rudolph_94 - thanks for following up. I was able to get some more info on this for you. One of our devs mentioned a bit of this here:
We’ve spoken with the app review team and the error there shouldn’t affect your app’s status. If you do see any other issues pop up though, feel free to reach out to me here and I can look into things for you.