odigos-io / odigos

Distributed tracing without code changes. 🚀 Instantly monitor any application using OpenTelemetry and eBPF

Home Page:https://odigos.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Odigos ui isn't working on centos7 vm

just-a-learning-person opened this issue · comments

Describe the bug
After installing odigos according to the official documentation, localhost:3000 is a black page.

Expected behavior
See the monitor.

Screenshots
image

Desktop (please complete the following information):

  • Centos 7
  • Firefox
  • Docker version 25.0.3, build 4debf41
  • kind v0.9.0 go1.15.2 linux/amd64
  • Kubectl: Client Version: v1.29.2
    Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
    Server Version: v1.19.1

Additional context
May have the same problem as issue#979

It's a Firefox problem, use Google Chrome instead

@just-a-learning-person Thank you for reporting the issue. Could you please provide any console logs related to it?

Sorry, haven't got any. But here is the Firefox information.
image
Hope this helps a little.

FYI I'm on Firefox and haven't encountered problems.

@just-a-learning-person, screenshot from the browser console(ctrl-Shift-i -> "Console") and frontend process' terminal would be helpful.

@rauno56 Thanks for advice. I get some syntax errors from the firefox console while chrome just shows some warnings
image
image

The version of Firefox you're using is an old Extended Support Release based on v68(released 2019) which does not support optional chaining for example. Latter is probably one of the reasons it's failing. The current ESR is definitely upwards of v100 and will likely work fine.

I'm using the default version that ships with my distro(v124) and that works fine.

Do you have an option to update your Firefox or continue using Chrome, @just-a-learning-person?

That's fine. I'll use chrome instead. Thanks for your help.