Skip to main content

Edit with Brizy loads indefinitely

Comments

3 comments

  • Alex

    Hi Tome,

    from what I see, your only comment was added to this post 21 hours ago and my colleague Sandra has already sent you an answer. Let's keep the discussion in one place. If necessary we will create a private ticket for you and we will inspect the problem on your site.

    0
  • Tome Acevski

    Hi guys,

    I manged to figure this out. The was, or at least in my case, related to SSL security configuration, in particular X-Frame-Options setting.

    I was receiving the error below in console...

    Refused to display 'https://domain.com/?post_type=brizy_template&p=12&brizy-edit-iframe' in a frame because it set multiple 'X-Frame-Options' headers with conflicting values ('DENY, sameorigin'). Falling back to 'deny'.

    Looking into my apache configs, I found the following line in my SSL params config...

    Header always set X-Frame-Options DENY

    I commented this line out and made sure that the following line was enabled in the security config...

    Header set X-Frame-Options: "sameorigin"

    After that I reloaded apache and everything worked as normal.

    As an aside, this problem was also causing issues with viewing plugin descriptions and other touch points thoughout Wordpress that use iframes.

    I hope this helps others experiencing this problem.

    1
  • Alex

    hey,

    Thanks for coming back with an update ;) 

    1

Please sign in to leave a comment.