- Issue created by @roromedia
- Status changed to Closed: cannot reproduce
over 1 year ago 8:09pm 31 July 2023 - e0ipso Can Picafort
I think this is using an older version of contrib SDC. The
getMetadata
method was dropped a while ago in favor of the public property. - 🇬🇧United Kingdom JennyDumitrescu
@e0ipso - I'm currently recreating this trying to set up storybook/drupal with the following:
Drupal 10.1.1
SDC module - 2.0.0-alpha4
CL_server - 2.0.0-beta3I am new to Storybook/CL Servre so am unsure it could be a setup issue on my side too but I wanted to say that I'm recreating it with the most recent SDC. Happy to help with a debug and pass on a platform. I've added a screenshot of the error.
- 🇦🇹Austria roromedia Linz
Hi Jenny,
If you do a fresh setup you should not install the contributed SDC-module. This module is in core, you just need to enable it under "Extend" in your installation.
I would suggest you do the following:
1) Deinstall contrib/sdc-module either via drush:drush pmu sdc
or through the module uninstall interface.
2) Enable the core sdc module under "Extend"Afterwards it worked on my setup.
Good luck!