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

About modal version string is undefined when Grafana is not configured #365

Closed
andrewazores opened this issue Feb 2, 2022 · 0 comments · Fixed by #370
Closed

About modal version string is undefined when Grafana is not configured #365

andrewazores opened this issue Feb 2, 2022 · 0 comments · Fixed by #370
Assignees
Labels
bug Something isn't working

Comments

@andrewazores
Copy link
Member

Report generation and the minimal build setup is working well for me. Did you intend to leave the version string on the About page blank?

Looks like that's actually a bug on the frontend:

return throwError(() => new Error(message));

Since there is no Grafana configuration, the Api.service fails the request, causing the "Grafana configuration not found" error popup. But this also prevents the version string from being correctly populated.

Originally posted by @andrewazores in https://github.com/cryostatio/cryostat/issues/809#issuecomment-1028321900

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
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant