Facing FetchError: request to https://login.botframework.com/v1/.well-known/openidconfiguration failed, reason: unable to get local issuer certificate #4650
Labels
bug
Indicates an unexpected problem or an unintended behavior.
needs-triage
The issue has just been created and it has not been reviewed by the team.
Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Versions
What package version of the SDK are you using. : Teams toolkit v5.7.2024041607 (pre-release)
What nodejs version are you using : v20.12.2
What browser version are you using : Version 104.0.5112.81 (Official Build) (64-bit)
What os are you using - Windows 10
Describe the bug
Facing this issue with the Team Application:
FetchError: request to https://login.botframework.com/v1/.well-known/openidconfiguration failed, reason: unable to get local issuer certificate
at ClientRequest. (C:\Users\API_working_workfile\node_modules\node-fetch\lib\index.js:1501:11)
at ClientRequest.emit (node:events:518:28)
at ClientRequest.emit (node:domain:488:12)
at TLSSocket.socketErrorListener (node:_http_client:500:9)
at TLSSocket.emit (node:events:518:28)
at TLSSocket.emit (node:domain:488:12)
at emitErrorNT (node:internal/streams/destroy:169:8)
at emitErrorCloseNT (node:internal/streams/destroy:128:3)
at processTicksAndRejections (node:internal/process/task_queues:82:21) {
type: 'system',
errno: 'UNABLE_TO_GET_ISSUER_CERT_LOCALLY', code: 'UNABLE_TO_GET_ISSUER_CERT_LOCALLY'
}
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Once the applicaiton has been launched, the user inputs in the application should be captured and showed on the terminal.
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: