Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in Render Kiali UI with threscale #3378

Closed
aljesusg opened this issue Oct 30, 2020 · 2 comments
Closed

Error in Render Kiali UI with threscale #3378

aljesusg opened this issue Oct 30, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@aljesusg
Copy link
Collaborator

TypeError: Cannot read property 'enabled' of undefined
(anonymous function)
src/components/Nav/RenderPage.tsx:29
  26 | const allPathRoutes = pathRoutes.concat(
  27 |   extensionsRoutes.filter(route => {
  28 |     // Extensions are conditionally rendered
> 29 |     if (route.path.startsWith('/extensions/threescale') && serverConfig.extensions!.threescale.enabled) {
     | ^  30 |       return true;
  31 |     } else if (route.path.includes('iter8') && serverConfig.extensions!.iter8.enabled) {
  32 |       return true;

We should add to default threescale in https://github.com/kiali/kiali/blob/master/config/config.go#L379

@aljesusg aljesusg added bug Something isn't working backport/v1.24 labels Oct 30, 2020
@lucasponce
Copy link
Contributor

lucasponce commented Oct 30, 2020

Not a bug, this extension was removed as part of #3341

@aljesusg
Copy link
Collaborator Author

Bad fetch repo. It's not a bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants