- Issue created by @fago
- Assigned to alex_ieremia
- Status changed to Fixed
7 months ago 3:45pm 9 July 2024 Automatically closed - issue fixed for 2 weeks with no activity.
We need to make sure everything works as it should with the gitpod demo
Summary:
* When testing the Gitpod link for Drupal 10.2 it actually installed Drupal 10.3, but that does not seem to be the problem - the API response by drupal looks good
* When testing the Gitpod created site, saving a node worked fine. But when pressing the "Edit" link on the /node/1 page in the frontend, the redirect to the admin backend fails and breaks Nuxt. It does not server further requests afterwards any more.
Nuxt error:
[nuxt] [request error] [unhandled] [500] Cannot convert undefined or null to object
at Function.keys (<anonymous>)
at Proxy.renderCustomElements (./node_modules/nuxtjs-drupal-ce/dist/runtime/composables/useDrupalCe.mjs:118:16)
at _sfc_ssrRender (./pages/[...slug].vue:58:113)
at renderComponentSubTree (./node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:695:9)
at ./node_modules/@vue/server-renderer/dist/server-renderer.cjs.js:639:25
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.