NO BUG: Builder is not working anymore

Today I have opened Bricks and this is what I get : 123 hosted at ImgBB — ImgBB
I haven’t changed anything. The website uses Woocommerce.

Have you tried checking the Browser console log for errors.
I had this issue due to X frame options http headers that I had enabled on my traeffik reverse proxy

1 Like

Oh. I enabled that option yesterday and that was the problem. Thanks a lot.

1 Like

Anytime
I use the following

content-security-policy: frame-ancestors ‘self’; default-src ‘self’; frame-src ‘self’;
x-frame-options: SAMEORIGIN;

1 Like