diff --git a/src/api.ts b/src/api.ts index 5a2d4c4d..ebdb8563 100644 --- a/src/api.ts +++ b/src/api.ts @@ -76,6 +76,7 @@ export async function makeCoderSdk(baseUrl: string, token: string | undefined, s const agent = await getHttpAgent() config.httpsAgent = agent config.httpAgent = agent + config.proxy = false return config })