diff --git a/backend/btrixcloud/storages.py b/backend/btrixcloud/storages.py index 64208d8e3..b312dbffe 100644 --- a/backend/btrixcloud/storages.py +++ b/backend/btrixcloud/storages.py @@ -647,7 +647,7 @@ def stream_page_lines( for wacz_file in wacz_files: wacz_url = wacz_file.path if wacz_url.startswith("/data"): - wacz_url = f"http://browsertrix-cloud-frontend.default/{wacz_url}" + wacz_url = f"http://browsertrix-cloud-frontend.default{wacz_url}" print(f"WACZ URL: {wacz_url}", flush=True) with RemoteZip(wacz_url) as remote_zip: