Replies: 3 comments
-
|
@erigrus There was some discussion on telemetry in the Discord forum https://discord.com/channels/1108621136150929458/1156679146932535376/1428463512103157800 |
Beta Was this translation helpful? Give feedback.
-
|
This is an area we need more information from corporate proxy users. The Continue IDE extensions after months of feedback. With the CLI being newer, we'd need some design partnership or community contribution to work through the limitations. |
Beta Was this translation helpful? Give feedback.
-
|
I have the same issue and NOT behind a corporate proxy, but am pointing to an azure.us endpoint. Extension works great, but I get a 404 on the CLI. The main guess is that the CLI has some different logic for the URL generation and the .us is throwing it somehow. Hope this helps |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am on Windows behind a corporate proxy. The Continue VS Code extension works fine with my Azure OpenAI setup and local MCP servers, but the CLI fails. When I run:
it returns
{"status":"error","message":"404 Resource not found"}. In non-headless mode, the CLI also periodically logsPostHogFetchNetworkError. I expect the CLI to behave like the extension when using the same config. This appears to be proxy-related or a difference in how the CLI resolves endpoints or paths.Questions
cnuse the exact same config schema and paths as the extension?cnfor proxies on Windows (HTTP_PROXY/HTTPS_PROXY/NO_PROXY)?cn?Beta Was this translation helpful? Give feedback.
All reactions