From 787fa8809f00533888de5ba6e1fbacde7e67e8a2 Mon Sep 17 00:00:00 2001 From: Luke Curley Date: Fri, 18 Sep 2026 00:35:56 +0200 Subject: [PATCH] fix(api): point live relay prefix at the moq.pro project cdn.moq.dev now authorizes via the moq.pro API, which resolves the first path segment as a project slug. `live` is not a project, so every room session was closed with `unauthorized`. Use the `hang` project instead. Co-Authored-By: Claude Opus 5 --- api/wrangler.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/wrangler.jsonc b/api/wrangler.jsonc index c1918a40..665c123d 100644 --- a/api/wrangler.jsonc +++ b/api/wrangler.jsonc @@ -149,7 +149,7 @@ "R2_PUBLIC_URL": "https://public.hang.live", "RELAY_URL": "https://cdn.moq.dev", - "RELAY_PREFIX": "live" + "RELAY_PREFIX": "hang" // "RELAY_SECRET": npx wrangler secret put RELAY_SECRET --env live } }