Hello,
For the past few days, I’ve been encountering an error when attempting to activate an integration locally:
FetchError: request to https://api.monday.com/v2 failed, reason: unable to verify the first certificate
at ClientRequest.emit (node:events:513:28)
at TLSSocket.socketErrorListener (node:_http_client:490:9)
at TLSSocket.emit (node:events:513:28)
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at processTicksAndRejections (node:internal/process/task_queues:82:21) {
type: 'system',
errno: 'UNABLE_TO_VERIFY_LEAF_SIGNATURE',
code: 'UNABLE_TO_VERIFY_LEAF_SIGNATURE'
}
Anyone have any idea into what might be causing this issue?
Thank you.