microsoft/botbuilder-js

Facing FetchError: request to https://login.botframework.com/v1/.well-known/openidconfiguration failed, reason: unable to get local issuer certificate

ashlytom opened this issue · 0 comments

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:

  1. Run the Debug in Chrome from VS Code
  2. Once the application is launched in Chrome, type in any message in the application
  3. The error flashes in terminal
  4. See error

Expected behavior

Once the applicaiton has been launched, the user inputs in the application should be captured and showed on the terminal.

Screenshots

image
image

Additional context

Add any other context about the problem here.