magento / magento2-page-builder

Magento2 PageBuilder
Other
79 stars 59 forks source link

Sabe cms block not possible on Magento 2.4.5 last version #828

Closed ghost closed 2 years ago

ghost commented 2 years ago

Preconditions (*)

  1. Magento 2.4.5 opens source last
  2. PageBuilder is enable

Steps to reproduce (*)

  1. Enable PageBuilder
  2. Edit and sabe a cms block

Expected result (*)

  1. Edit and save cms block without error

Actual result (*)

  1. Block not saved without error on logs image
m2-assistant[bot] commented 2 years ago

Hi @achatpc. Thank you for your report. To speed up processing of this issue, make sure that you provided sufficient information.

Add a comment to assign the issue: @magento I am working on this


ghost commented 2 years ago

Fixed, was related to conflict with header in pub/.htaccess:

Was "Header set X-Frame-Options CROSS-ORIGIN" After change to Header set X-Frame-Options SAMEORIGIN Save block work again.

kamzata commented 2 months ago

In my opinion, the header X-Frame-Options should be set to DENY for security reasons and the Page Builder should be working the same (which it currently doesn't).