Hey all, I'm running into an issue when testing v0...
# gooddata-cloud
c
Hey all, I'm running into an issue when testing v0.5.0 of the gooddata CLI. When trying to clone the workspace with
gd clone
I get the following error
Copy code
[e] Command failed with error
[e] Error: Reference type is not supported. Item: undefined
        at t.newError (/Users/x/.nvm/versions/node/v18.15.0/lib/node_modules/@gooddata/code-cli/out/index.js:8:1722657)
        at d (/Users/x/.nvm/versions/node/v18.15.0/lib/node_modules/@gooddata/code-cli/out/index.js:8:1699713)
        at u (/Users/x/.nvm/versions/node/v18.15.0/lib/node_modules/@gooddata/code-cli/out/index.js:8:1627422)
        at /Users/x/.nvm/versions/node/v18.15.0/lib/node_modules/@gooddata/code-cli/out/index.js:8:1627237
        at Array.forEach (<anonymous>)
        at /Users/x/.nvm/versions/node/v18.15.0/lib/node_modules/@gooddata/code-cli/out/index.js:8:1627216
        at Array.forEach (<anonymous>)
        at d (/Users/x/.nvm/versions/node/v18.15.0/lib/node_modules/@gooddata/code-cli/out/index.js:8:1626995)
        at t.declarativeDashboardToYaml (/Users/ciancullinan/.nvm/versions/node/v18.15.0/lib/node_modules/@gooddata/code-cli/out/index.js:8:1632357)
        at /Users/x/.nvm/versions/node/v18.15.0/lib/node_modules/@gooddata/code-cli/out/index.js:8:1663969 {
      type: 'ReferenceTypeNotSupported',
      code: 'core.referenceTypeNotSupported'
    }
t
Hi @Cian Cullinan, do you use the newly released rich text widget on any of your dashboards? This widget type isn't supported at the moment.
c
Thanks @Tomas Muchka, removing the rich text widget solved it 👍
t
Hi Cian, support for rich text should be added in the next release of the CLI.
🙌 1
Hi @Cian Cullinan, let me inform you that
GoodData for VS Code 0.6
now supports rich text widgets.
c
Thanks @Tomas Muchka 😄