79659419

Date: 2025-06-09 19:26:38
Score: 0.5
Natty:
Report link

try change in file vendor/magento/module-page-builder/view/adminhtml/web/template/page-builder.html tag iframe in sandbox attribute: if you have only allow-scripts add just allow-same-origin by patch. Works for me in 2.4.6-p10

<iframe attr="id: 'render_frame_' + id" sandbox="allow-scripts allow-same-origin" style="position: absolute; width:0; height:0; border: none;"></iframe>

If for some reasons it doesn't work try apply this whole patch https://drive.google.com/file/d/1NCOaxO7sKc7wkIEWtrWCx-uJlnAvzw2P/view proposed in this question https://magento.stackexchange.com/questions/373475/magento-2-4-7-page-builder-was-rendering-for-5-seconds-without-releasing-locks

Reasons:
  • Whitelisted phrase (-1): Works for me
  • Probably link only (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Anton Mikhaylenko