magento2-page-builder
magento2-page-builder copied to clipboard
Unable to save CMS block and CMS page in incognito mode on an instance with basic auth.
Preconditions (*)
- Magento CE 2.4.1 with/without sample data, Magento CE 2.3.5-p1.
- Enabled basic auth on the instance.
- Log in to the admin panel into the incognito mode of the browser.
Steps to reproduce (*)
- Log in to the admin panel into the incognito mode of the browser.
- Open navigate to the edit page of the CMS block/page.
- Change any value in the content.
- Save the block/page.
Expected result (*)
- The block/page is successfully saved.
Actual result (*)
- Change is not saved. There are errors in the console.
Additional information
The issue caused by the 401 error during the loading js files. The loading is inited from the iframe with Page Builders configurations (magento/vendor/magento/module-page-builder/view/adminhtml/templates/stage/render.phtml).
There is no Authorization parameter at the head of the file request.
Hi @zengang. Thank you for your report. To help us process this issue please make sure that you provided sufficient information.
Please, add a comment to assign the issue: @magento I am working on this
- Join Magento Community Engineering Slack and ask your questions in #github channel.