-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Frontend gets 500 Internal Server error for all /api/* requests #2039
Comments
I started the frontent providing the env variable: HOSTNAME=0.0.0.0
|
I replicated this issue on a private Ubuntu 20.04 installation using release tag 1.12.0 and encountered the same behavior. When I used the main branch everything worked out, so hopefully this will be resolved with the next release. |
in the .env file for tag 1.12.0 the version 1.11.1 images are being used: Line 4 in 2d4661e
Was this intended? |
This brings up an interesting point. Our current guidelines for a release are to create the release first and then update this file. The release is done first because the demo repo would be broken while the somewhat long build and package process takes place for a demo release. However, I can see someone trying to pull for a specific release and not getting precisely as expected. |
Bug Report
Which version of the demo you are using?
https://github.com/open-telemetry/opentelemetry-demo/releases/tag/1.12.0
Docker compose startup.
Symptom
The frontend cannot connect to underlying services:
I see that next.js listens on ipv6.
I tried to disable it with --dns-result-order=ipv4first but to no avail.
Maybe if i somehow configure next.js to listen to 0.0.0.0?
How should I do that?
What is the expected behavior?
The frontend works correctly
What is the actual behavior?
I get 500 Internal Serer Error for all /api/* requests as seenfrom the developer tools in the browser
Reproduce
I run in a air-gapped RHEL VM.
make start
Additional Context
Please feel free to add any other context about the problem here.
The text was updated successfully, but these errors were encountered: