Motivation

Clarify support for domain module.

Proposed resolution

Verify all works properly atm and document.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

fago created an issue.

fsnet’s picture

Enabled Domain, Domain Config, Domain Config UI. Only one domain record defined.

Frontend login fails with
500 Cannot read properties of null (reading 'value')

at fetchPage (/var/www/html/fs-nuxt/node_modules/.pnpm/nuxtjs-drupal-ce@2.4.2/node_modules/nuxtjs-drupal-ce/dist/runtime/composables/useDrupalCe/index.js:120:14)
at /var/www/html/fs-nuxt/pages/[...slug].js:27:90)
at withAsyncContext (/var/www/html/fs-nuxt/node_modules/.pnpm/@vue+runtime-core@3.5.21/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3425:19)
at setup (/var/www/html/fs-nuxt/pages/[...slug].js:27:83)
at _sfc_main.setup (/var/www/html/fs-nuxt/pages/[...slug].js:79:23)
at callWithErrorHandling (/var/www/html/fs-nuxt/node_modules/.pnpm/@vue+runtime-core@3.5.21/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:200:19)
at setupStatefulComponent (/var/www/html/fs-nuxt/node_modules/.pnpm/@vue+runtime-core@3.5.21/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7936:25)
at setupComponent (/var/www/html/fs-nuxt/node_modules/.pnpm/@vue+runtime-core@3.5.21/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7897:36)
at renderComponentVNode (/var/www/html/fs-nuxt/node_modules/.pnpm/@vue+server-renderer@3.5.21_vue@3.5.21_typescript@5.9.2_/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:667:15)
at renderVNode (/var/www/html/fs-nuxt/node_modules/.pnpm/@vue+server-renderer@3.5.21_vue@3.5.21_typescript@5.9.2_/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:801:14)

Rerdirects from backend to frontend fail with
Redirects to external URLs are not allowed by default, use \Drupal\Core\Routing\TrustedRedirectResponse for it.

arthur_lorenz made their first commit to this issue’s fork.