- Issue created by @flyke
- 🇩🇪Germany berliner
Thanks for reporting. Can you update this issue with the following information?
- Exact version of Drupal Core
- Exact version of this module (ideally git commit)
- Do you have any core patches applied?
- 🇩🇪Germany berliner
Just in case you are on Drupal 10.3, did you try the patch from 🐛 Logic error in Drupal's lazy load for asset aggregation Active ? It should also apply to Drupal 10, even though the issue is marked for 11.
- 🇧🇪Belgium flyke
My project uses:
- drupal/core 10.3.5
- drupal/layout_builder_ipe 1.0.0-beta9
This combination has the ajax error.For testing I updated layout_builder_ipe to dev version:
- drupal/core 10.3.5
- drupal/layout_builder_ipe 1.0.x-dev@dev
This combination also has the ajax error.Now I added patch from #3467860:
"patches": { "drupal/core": { "#3467860": "https://git.drupalcode.org/project/drupal/-/merge_requests/9219.diff" },
This did fix the problem ! The ajax error is gone and I can save the page again with this config:
$config['system.performance']['js']['preprocess'] = TRUE;
Thank you for providing a solution !
- 🇩🇪Germany berliner
Great! I'll close this issue then and add a link to the core patch to the project page. Not sure how to prevent this issue otherwise.