NovuN
Novu10mo ago
Shubham

Troubleshooting Socket Hang-Up Issue with Novu SDK

const { Novu } = require("@novu/node")

novu = new Novu(SECRET_KEY, {
backendUrl: BACKEND_URL,
})

Above novu client is used to trigger the workflow, but some time getting socket hangup issue.

@Pawan Jain could you please help with this? How can we identify the root cause of a socket hang-up issue and what are the possible causes along with their resolutions?
Was this page helpful?