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
Wait for the pods to be ready
kubectl port-forward promviz-front-promviz-front-6bd8c9578f-88488 -n default 8080:8080
Open localhost:8080 in the browser
Expected result: promviz dashboard with data Current result: promviz dashboard stuck on loading. Error message in js console is:
Uncaught TypeError: Cannot read property 'serverUpdateTime' of null
at TrafficStore.updateTraffic (trafficStore.js:133)
at Object.ID_2 (trafficStore.js:33)
at AppDispatcher._invokeCallback (Dispatcher.js:198)
at AppDispatcher.dispatch (Dispatcher.js:174)
at AppDispatcher.handleAction (appDispatcher.js:7)
at Object.updateTraffic (trafficActions.js:8)
at trafficFlow.jsx:162
at Request.callback (client.js:614)
at Request.<anonymous> (client.js:435)
at Request.Emitter.emit (index.js:133)
The text was updated successfully, but these errors were encountered:
How to reproduce:
Preconditions: Helm and Prometheus are installed into the cluster
Steps:
helm install --name promviz ./helm/promviz
helm install --name promviz-front ./helm/promviz-front
Wait for the pods to be ready
kubectl port-forward promviz-front-promviz-front-6bd8c9578f-88488 -n default 8080:8080
Open localhost:8080 in the browser
Expected result: promviz dashboard with data
Current result: promviz dashboard stuck on loading. Error message in js console is:
The text was updated successfully, but these errors were encountered: