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.
2 parents 8920101 + 6bb0463 commit b81eaf6Copy full SHA for b81eaf6
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