Skip to content

Commit 6bb0463

Browse files
authored
Merge pull request #3171 from jpuerto-psc/jpuerto/jupyter-dash-fix
JupyterDash Fix - Alive Check
2 parents a00407d + be1a92b commit 6bb0463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/_jupyter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ def run():
354354
self._servers[(host, port)] = server
355355

356356
# Wait for server to start up
357-
alive_url = f"http://{host}:{port}/_alive_{JupyterDash.alive_token}"
357+
alive_url = f"http://{host}:{port}{requests_pathname_prefix}_alive_{JupyterDash.alive_token}"
358358

359359
def _get_error():
360360
try:

0 commit comments

Comments
 (0)