We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00407d commit be1a92bCopy full SHA for be1a92b
dash/_jupyter.py
@@ -354,7 +354,7 @@ def run():
354
self._servers[(host, port)] = server
355
356
# Wait for server to start up
357
- alive_url = f"http://{host}:{port}/_alive_{JupyterDash.alive_token}"
+ alive_url = f"http://{host}:{port}{requests_pathname_prefix}_alive_{JupyterDash.alive_token}"
358
359
def _get_error():
360
try:
0 commit comments