Skip to content

Commit b81eaf6

Browse files
authored
Merge branch 'dev' into cache_key_fix
2 parents 8920101 + 6bb0463 commit b81eaf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/_jupyter.py

+1-1
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)