From 06e97bbf0a64dab36bb7571ddaf18d5de1ed1bb2 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Fri, 7 Jun 2024 13:58:49 -1000 Subject: [PATCH] fix(api): :bug: Set proxy redirect to manual --- index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.ts b/index.ts index e2990353..03fd6fd2 100644 --- a/index.ts +++ b/index.ts @@ -166,6 +166,7 @@ app.all("*", async (context) => { "X-Forwarded-Host": `${config.http.bind}:${config.http.bind_port}`, "Accept-Encoding": "identity", }, + redirect: "manual", }).catch(async (e) => { await dualLogger.logError(LogLevel.ERROR, "Server.Proxy", e as Error); await dualLogger.log(