Fixed
Project:
Lupus Decoupled Nuxt Starter for Drupal CMS
Version:
2.1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2026 at 12:42 UTC
Updated:
19 Jun 2026 at 14:00 UTC
Jump to comment: Most recent
Comments
Comment #2
fagoFound the problem: The recipe ships the Canvas content template canvas.content_template.node.page.full, whose component tree pins extjs.base_heading to component version de8003a71f22746e. The installed extjs.base_heading component config entity now only offers version ef92b032e346eabc.
The component version hash drifted with changes in Canvas 1.5. It's not a problem for existing installs, since both versions will be there, but for new installs only the new version hash will exist. Let's udpate version and requre canvas_extjs +1.2 which is canvas +1.5
Comment #3
fagohttps://git.drupalcode.org/project/lupus_decoupled_starter/-/merge_reque...
Comment #8
fago