Extension hangs when accessing via code server behind a load balancer #12864
Unanswered
gs-scooter
asked this question in
Questions and Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have a data science platform on AWS where we spin up developer EC2 instances that host ECS containers. Here's the setup:
With this configuration, I am able to successfully browse to Jupyter Lab's web app and the VSCode server. The issue occurs when trying to create a new notebook. It seems as though the extension just hangs and never completes the notebook initialization (i.e., the progress bar keeps going at the top of the window). There are no errors in any of the output windows, so I don't know where things are going wrong. For what it's worth, the extension works fine when reproducing this on a local container on my desktop, so I'm inclined to think that something with the LB setup is causing pain.
Should the extension theoretically work in the above scenario? Any thoughts would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions