diff --git a/app/api/backend/[...path]/route.ts b/app/api/backend/[...path]/route.ts index 276ba23..34e35e0 100644 --- a/app/api/backend/[...path]/route.ts +++ b/app/api/backend/[...path]/route.ts @@ -3,6 +3,7 @@ import { getBackendUrl, getRuntimeConfig } from "../../../_config/runtimeConfig" const HOP_BY_HOP_RESPONSE_HEADERS = new Set([ "connection", + "content-encoding", "keep-alive", "proxy-authenticate", "proxy-authorization",