You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue with https://www.djurensratt.se/router/translate-path?path=/engagera-dig/stod-oss is that there's no direct support for Panels pages in the Decoupled Router module (https://www.drupal.org/project/decoupled_router)
I have previously opened an issue with the intent of making the Decoupled Router module more extensible, allow it to better support third party router providers, such as Panels, but I haven't had the time to prioritise the issue yet: https://www.drupal.org/project/decoupled_router/issues/3146024
The issue does have an example of how you can currently extend the routes support, based on the Druxt Drupal module which provides support for Views.
The CORS issue will likely just be a symptom of the unsupported decoupled route.
Decipher
changed the title
Error: Cannot read properties of undefined (reading 'status') on panel pages with views blocks
Add support for Panels pages
Mar 10, 2022
@Decipher Excellent, thanks for the clarification!
We're planning to move from Panel Pages to Layout Paragraphs in our project so I'll focus on figuring that out.
I'm not clear on the status of panel pages in the ecosystem these days. I'd guess that Layout Builder will be more popular for site building and Layout Paragraphs for editorial content.
Describe the bug
Some routes produce this error message:
At the same time the following cors-errors are reported:
Other routes on the site work fine.
However this is a panel page with a bunch of views so there might be a problem with the panel or views system.
Other panel pages give the same result: /engagera-dig, /engagera-dig/bli-aktiv
To Reproduce
Steps to reproduce the behavior:
Go to this url: https://druxt-prototype.netlify.app/engagera-dig/stod-oss
Or grab our druxt experiment repo, run it and go to the route /engagera-dig/stod-oss
Expected behavior
I would expect the route to load but probably with messages from druxt debug about things missing or not being set up right.
Your Environment (please complete the following information):
Additional context
The same thing happens in local dev and on netlify static hosting
The text was updated successfully, but these errors were encountered: