Hello all, I have ran into an issue with my Wix Blocks app and hoping someone can shed some light on it.
I have an iframe layer in my widget that works perfectly in Preview and on the Live site, but it gets completely blocked inside the site editor or the Wix blocks editor, the console is throwing this error: "Blocked script execution... because the iframe is sandboxed in the editor and the 'allow-scripts' permission is not set."
The iframe is just loading a standard page I built on Next.js. Since Wix is blocking the scripts, the Next.js chunks can't load, so the widget just loads forever while the users are editing.
I can see in the change logs that the editor sandbox was added at the start of 2025 but it was working just fine until a week ago, and it started happening suddenly without us changing any code on our end. Has something changed with the Editor security policies? We really need this to render so users can actually see what they are adding.