magento2-page-builder icon indicating copy to clipboard operation
magento2-page-builder copied to clipboard

Unable to save CMS block and CMS page in incognito mode on an instance with basic auth.

Open zengang opened this issue 4 years ago • 1 comments

Preconditions (*)

  1. Magento CE 2.4.1 with/without sample data, Magento CE 2.3.5-p1.
  2. Enabled basic auth on the instance.
  3. Log in to the admin panel into the incognito mode of the browser.

Steps to reproduce (*)

  1. Log in to the admin panel into the incognito mode of the browser.
  2. Open navigate to the edit page of the CMS block/page.
  3. Change any value in the content.
  4. Save the block/page.

Expected result (*)

  1. The block/page is successfully saved.

Actual result (*)

  1. 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. Screenshot01 Screenshot03 Screenshot02

zengang avatar Feb 01 '21 11:02 zengang

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


m2-assistant[bot] avatar Feb 01 '21 11:02 m2-assistant[bot]