-
Notifications
You must be signed in to change notification settings - Fork 268
Description
📝 Issue Description
When attempting to authenticate using Teams Toolkit CLI, the login process fails with the following error:
{
"errorCode": "network_error",
"errorMessage": "Network request failed",
"subError": "",
"name": "ClientAuthError",
"correlationId": "2b206238-60cb-4e32-9fd7-7e20a646ed4e"
}
This prevents the CLI from completing any action that requires authentication.
🔁 Steps to Reproduce
Run any Teams Toolkit CLI command that requires authentication, such as:
teamsapp account login m365
or
teamsapp dev
The login process fails immediately with the error above.
❗ Expected Behavior
Authentication should succeed or provide a more detailed error explaining the cause.
❗ Actual Behavior
Authentication fails with a generic network_error: Network request failed and no additional details.
🧪 Environment (brief)
Teams Toolkit CLI
Windows
Node.js 18.x
Using corporate/enterprise environment (possible proxy)
{
"errorCode": "network_error",
"errorMessage": "Network request failed",
"subError": "",
"name": "ClientAuthError",
"correlationId": "fa67965d-ffa5-4952-b22a-d13dc9d6b302"
}