Ditto to sergeimalyshev on #53.
I can't enable JS aggregation without getting errors using redirect 1.10.0 on a new D10 site. Any ideas why?
Full details on https://www.drupal.org/project/drupal/issues/3377310#comment-15852105 🐛 AssetControllerBase.php - "The theme must be passed as a query argument" Active
I'm also getting this error and the only workaround is to disable JavaScript aggregation.
As per sergeimalyshev in #84
I also happen to be using the 1.10.0 redirect module.
Any ideas on how to get around this and re-enable JS Aggregation? Thanks.
Type: client error
Date: Monday, November 11, 2024 - 11:47
User: Anonymous (not verified)
Location: http://SITE/sites/default/files/js/js_fSUqLn475pb3g3_faUBRn5pBkpOK2SDMJO...
Referrer
Message:
Symfony\Component\HttpKernel\Exception\BadRequestHttpException: Invalid filename. in Drupal\system\Controller\AssetControllerBase->getGroup() (line 236 of /app/web/core/modules/system/src/Controller/AssetControllerBase.php).
Severity: Warning
More details:
Drupal version : 10.3.7
DB driver : mysql
PHP version : 8.1.28
I'm having the same issue in Drupal 10.3.6 with CKEditor 5 with the following media.html.twig:
<article{{ attributes.addClass(classes) }}>
{{ title_suffix.contextual_links }}
{% if content %}
{{ content }}
{% endif %}
</article>
I see that unlike CKEditor 4 (which is now EOL) it's not possible to disable this behaviour in CKEditor 5.
For <blockquote>
this a slightly annoying but for <dl>
this really does not make sense. After they are lists just and text does not need to be wrapped in <p>
tags.
Are there any work arounds for both cases?
ps: Upstream issue is here https://github.com/ckeditor/ckeditor5/issues/1537