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
Describe the bug
When running Franz from my local system against Prometheus deployed in my company's K8S cluster using, apparently, self signed certificate, I get the following error for a large number of similar queries on launching the Franz portal on http://localhost:3000
None of these things have worked, so I need help/guidance.
Desktop (please complete the following information):
OS: Windows 11
Browser Edge and Chrome
Version Latest on both.
Additional context
What I'm looking for is a way to make this work so I can evaluate it for use within my team to monitor and manage our Kafka clusters, so any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
We set up a testing environment with a Docker image of a Prometheus config that uses a self-signed certificate to recreate this issue. When using a self-signed certificate, the best solution for a develop environment, though discouraged, is to utilize the NODE_TLS_REJECT_UNAUTHORIZED=0 command before running the npm command to start FranzView, e.g.:
Describe the bug
When running Franz from my local system against Prometheus deployed in my company's K8S cluster using, apparently, self signed certificate, I get the following error for a large number of similar queries on launching the Franz portal on http://localhost:3000
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The portal to draw properly and be able to retrieve data with no errors in the console.
Actual behavior*
All attempts to query the Prometheus service fail with the self signed cert issue.
Thing's I've attempted to resolve the issue:
Source of the attempts:
https://stackoverflow.com/questions/13913941/how-to-fix-ssl-certificate-error-when-running-npm-on-windows/30341389#30341389
None of these things have worked, so I need help/guidance.
Desktop (please complete the following information):
Additional context
What I'm looking for is a way to make this work so I can evaluate it for use within my team to monitor and manage our Kafka clusters, so any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: