Vardot / platformsh-varbase

Varbase 10 (Drupal 10) Composer template for Platform.sh.
https://drupal.org/project/varbase
GNU General Public License v2.0
1 stars 2 forks source link

Fix allowedOriginsPatterns for Storybook access with development.local.services.yml after Drupal 10.2.3 with Sets the Access-Control-Expose-Headers header #23

Closed Natshah closed 9 months ago

Natshah commented 9 months ago

Describe the bug

Drupal 10.2.0, 10.2.1, 10.2.2 and 10.2.3 has a new value for

   allowedOriginsPatterns: []
    # Sets the Access-Control-Expose-Headers header.

Include some logs

Failed to load resource: the server responded with a status of 502 ()

Reproducing

Storybook is not attaching the CSS/JS values

Expected behavior

Allow of Sets the Access-Control-Expose-Headers With Storybook

Your environment

Storybook and Platform.sh host

Screenshots

No response

Additional context

No response