Closed woldtwerk closed 3 years ago
@woldtwerk Yes we know the problem. it is a drupal bug with Stream wrappers.
Here is the Ticket: https://www.drupal.org/project/drupal/issues/2735717
We are not sure if this lands in drupal core. If you want to be save change the path in the libraries.
thx for the info. Patch 28 is working nicely.
Describe the bug The drupale locale module tries to parse js files from the ws stream wrapper. It checks for ":" in the filepath and throws an exception. web/core/modules/locale/locale.module:1108 In my case it was alpine.js, possibly all the other js files as well.
To Reproduce Steps to reproduce the behavior: activate drupal locale module refresh page in FE theme
Expected behavior works