fix(api): 🐛 Set proxy redirect to manual

This commit is contained in:
Jesse Wierzbinski 2024-06-07 13:58:49 -10:00
parent 43b41b793f
commit 06e97bbf0a
No known key found for this signature in database

View file

@ -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(