Magento Page Builder Keeps Spinning

Recently I tried to update some content in the Magento Page Builder but it keep spinning.

On checking the developer tool, it shows

from origin 'null' has been blocked by CORS policy: No 'Access-Control

To fix this, I have added the following configuration in my apache .htaccess

Header always set Access-Control-Allow-Origin "*"
Header always set Access-Control-Allow-Methods "GET, POST, OPTIONS, DELETE, PUT"
Header always set Access-Control-Allow-Headers "Content-Type, Authorization"

Related posts

Delete files FAST in Linux

Magento – Get the list of products which customer wanted to be notify when it is back in stock

catalog_product index does not exist yet. Make sure everything is reindexed.