Open Issues Need Help
View All on GitHubAI Summary: The user is experiencing a "OPENAI api error 404 resource not found" when attempting to use an Azure endpoint with `qwen-code`, following the configuration example provided in the `openai-auth.md` documentation. They are unsure if this is a widespread issue or specific to their environment.
AI Summary: The issue reports a `TypeError` indicating that the `paths[0]` argument, expected to be a string, is `undefined`. This error occurs within the `@qwen-code/qwen-code-core` package, specifically in a `makeRelative` function that calls `node:path.resolve`. The problem likely stems from an incorrectly provided or missing path argument when a path resolution operation is attempted.