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

[BUG]: Unable to forward traffic from nginx to zenml server #2412

Open
1 task done
lokeish opened this issue Feb 7, 2024 · 0 comments
Open
1 task done

[BUG]: Unable to forward traffic from nginx to zenml server #2412

lokeish opened this issue Feb 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@lokeish
Copy link

lokeish commented Feb 7, 2024

Contact Details [Optional]

lokeshdesai7@gmail.com

System Information

INFO: 172.18.0.1:56104 - "GET / HTTP/1.1" 200 OK
INFO: 172.18.0.1:55640 - "GET / HTTP/1.0" 200 OK
INFO: 172.18.0.1:45452 - "GET / HTTP/1.0" 200 OK
INFO: 172.18.0.1:48570 - "GET / HTTP/1.1" 200 OK
INFO: 172.18.0.1:44500 - "GET / HTTP/1.0" 200 OK
INFO: 172.18.0.1:44510 - "GET / HTTP/1.0" 200 OK

What happened?

I have created zenml server locally using docker, now i want to route the traffic from nginx proxy to zenml server, which is running lcoally. Getting blank ui in browser after mapping. Dont know how to solve this.

For example: https://abc/zenmlserver -> localhost:8080, zenml server is not providing required response.
currently when i visit the above website i get below logs from zenml server

INFO: 172.18.0.1:56104 - "GET / HTTP/1.1" 200 OK
INFO: 172.18.0.1:55640 - "GET / HTTP/1.0" 200 OK
INFO: 172.18.0.1:45452 - "GET / HTTP/1.0" 200 OK
INFO: 172.18.0.1:48570 - "GET / HTTP/1.1" 200 OK
INFO: 172.18.0.1:44500 - "GET / HTTP/1.0" 200 OK
INFO: 172.18.0.1:44510 - "GET / HTTP/1.0" 200 OK

Reproduction steps

  1. Spin up a zenml server in docker container
  2. Add your zenml server address in proxy server, to get traffic routing from outside(browser).
  3. Open browser and visit the website.

Relevant log output

INFO:     172.18.0.1:56104 - "GET / HTTP/1.1" 200 OK
INFO:     172.18.0.1:55640 - "GET / HTTP/1.0" 200 OK
INFO:     172.18.0.1:45452 - "GET / HTTP/1.0" 200 OK
INFO:     172.18.0.1:48570 - "GET / HTTP/1.1" 200 OK
INFO:     172.18.0.1:44500 - "GET / HTTP/1.0" 200 OK
INFO:     172.18.0.1:44510 - "GET / HTTP/1.0" 200 OK

Code of Conduct

  • I agree to follow this project's Code of Conduct
@lokeish lokeish added the bug Something isn't working label Feb 7, 2024
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
None yet
Development

No branches or pull requests

1 participant