-
Notifications
You must be signed in to change notification settings - Fork 304
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
Server APIs failing behind nginx as reverse proxy #1468
Comments
Hi @namangoel31 There are a few components involved in your setup. What issues are you facing (can you share some logs)? Maybe worth opening that question on the https://github.com/datalayer/jupyter-ui repository as the issue can be at any level. |
Closing the issue as I'm not able to reproduce it. |
I was able to reproduce the issue and here is some additional information: Jupyter logs:
NGINX access logs:
|
Edit: The setup seems to be working on firefox but not on MS Edge. I tried incognito and clearing cookies. No luck on Edge. |
It was already disabled in MS Edge. |
Description
I'm looking to integrate jupyter notebook using UI components from Datalayer into my setup. It needs to be a single user jupyter server hosted on a private kubernetes cluster exposed via ALB. Between the Jupyter server and the ALB, sits nginx as reverse proxy. Current setup is described below:
Reproduce
Container:
Ubuntu base image with jupyter_server, ipython, ipykernel, and jupyterlab.
Jupyter config:
nginx conf:
Browser Network tools show APIs failing (screenshot and logs attached in a separate comment below).
The text was updated successfully, but these errors were encountered: