Closed (fixed)
Project:
Lupus Decoupled Drupal
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Nov 2024 at 15:20 UTC
Updated:
3 Jul 2026 at 12:55 UTC
Jump to comment: Most recent
Comments
Comment #2
useernamee commentedComment #3
useernamee commentedComment #4
fagothere is also related #3473225: Provide Lupus Decoupled as recipe
Comment #5
fagoComment #6
fagomeanwhile we got lots of recipes created for this, see www.drupal.org/project/lupus_decoupled_recipe_dev
Comment #7
fagohttps://www.drupal.org/project/lupus_decoupled_starter - We've got our first decoupled Drupal CMS site template!
via https://www.drupal.org/project/lupus_csr
Comment #9
fagoI ran into a problem when installing lupus_decoupled after the cms recipes:
drupal/automatic_updates triggers it. When lupus_decoupled_install() called module_installer->install() to install submodules, this triggers a container rebuild mid-install. This lead to a SessionNotFoundException triggered by AutomaticUpdatesHooks.
To fix, I added a MR to move the logic to hook_modules_installed(), so it runs in a step after.
Comment #12
fagoSince Drupal CMS comes with the Nuxt starter in default install, which builds upon lupus decoupled, I think we can safely call this fixed! :-)