Hi team, some custom widgets/plugins we created wh...
# gooddata-cloud
e
Hi team, some custom widgets/plugins we created which have been working for the past 2-3 weeks disappeared from the all of our dashboards. We can't make them appearing back again. We're having hard time trying to find the root cause and would appreciate your help please 🙏 cc @Pierre-Alexandre Montiel Any changes on your side that could've created those issues?
p
In fact, when the dashboard is loading, we get this in the console: "DashboardEngine 10.11.0-alpha.8 initializing with plugins: Local Event Bridge/1.0." and this "Dashboard plugins load failed. Loader is falling back to the statically linked dashboard without any external plugins."
Perhaps the problem come from the version of the dashboard engine. Locally its working with DashboardEngine 10.7.0 initializing with plugins: products_tabs_plugin/1.0.0
j
Hi Emmanuel and Pierre-Alexandre, Sorry to hear about the troubles on this. I'm not sure if something had been released for to cause a change in this per say. No one else has reported an issue, yet. You can certainly try upgrading as mentioned HERE. In the meantime, I'm double checking with our engineers to see if any recent release may have contributed to the change.
p
We got this error = Dashboard plugins load failed. Loader is falling back to the statically linked dashboard without any external plugins.
j
I'm afraid we may need a way to try and reproduce the error ourself. I will open a ticket and reach out to you by email so we can access the workspace with the plugins for investigation.
p
Okay great. Just to let you know I have tried to update the package.json also but the error is still here. Here the package,json = "dependencies": { "json-stable-stringify": "^1.0.1", "lodash": "^4.17.21", "tslib": "^2.5.0" }, "peerDependencies": { "@GoodData Linen/sdk-model": "10.9.0", "@GoodData Linen/sdk-backend-spi": "10.9.0", "@GoodData Linen/sdk-backend-tiger": "10.9.0", "@GoodData Linen/sdk-ui": "10.9.0", "@GoodData Linen/sdk-ui-dashboard": "10.9.0", "@GoodData Linen/sdk-ui-charts": "10.9.0", "@GoodData Linen/sdk-ui-ext": "10.9.0", "@GoodData Linen/sdk-ui-filters": "10.9.0", "@GoodData Linen/sdk-ui-geo": "10.9.0", "@GoodData Linen/sdk-ui-kit": "10.9.0", "@GoodData Linen/sdk-ui-pivot": "10.9.0", "react": "^16.10.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.10.0 || ^17.0.0 || ^18.0.0" }, "devDependencies": { "@babel/core": "^7.23.5", "@babel/preset-env": "^7.23.5", "@babel/preset-react": "^7.23.3", "@GoodData Linen/catalog-export": "10.9.0", "@GoodData Linen/plugin-toolkit": "10.9.0", "@GoodData Linen/sdk-backend-spi": "10.9.0", "@GoodData Linen/sdk-backend-tiger": "10.9.0", "@GoodData Linen/sdk-model": "10.9.0", "@GoodData Linen/sdk-ui": "10.9.0", "@GoodData Linen/sdk-ui-dashboard": "10.9.0", "@GoodData Linen/sdk-ui-charts": "10.9.0", "@GoodData Linen/sdk-ui-ext": "10.9.0", "@GoodData Linen/sdk-ui-filters": "10.9.0", "@GoodData Linen/sdk-ui-geo": "10.9.0", "@GoodData Linen/sdk-ui-kit": "10.9.0", "@GoodData Linen/sdk-ui-loaders": "10.9.0", "@GoodData Linen/sdk-ui-pivot": "10.9.0", "@types/json-stable-stringify": "^1.0.32", "@types/lodash": "^4.14.202", "@types/node": "^18.17.6", "@types/raf": "^3.4.0", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.1", "@typescript-eslint/eslint-plugin": "^5.57.1", "@typescript-eslint/parser": "^5.57.1", "babel-loader": "^8.0.5", "case-sensitive-paths-webpack-plugin": "^2.4.0", "concurrently": "^6.0.2", "css-loader": "^6.7.1", "dotenv": "16.0.3", "dotenv-webpack": "^7.0.2", "esbuild-loader": "^4.0.2", "eslint": "^8.25.0", "eslint-plugin-import-esm": "^1.2.1", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.5.0", "html-webpack-plugin": "^5.3.1", "lodash": "^4.17.21", "prettier": "~2.5.0", "raf": "^3.4.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-intl": "^6.4.1", "source-map-loader": "^4.0.0", "style-loader": "^3.3.1", "ts-loader": "^8.3.0", "typescript": "5.3.3", "vitest": "1.0.4", "webpack": "^5.58.0", "webpack-bundle-analyzer": "^4.5.0", "webpack-cli": "^4.9.2", "webpack-dev-server": "^4.9.1" }, "overrides": { "reselect": "4.1.5" } }