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?
4 Replies
@Shubham, you just advanced to level 1!
@Shubham
Are you self hosting Novu?
@Pawan Jain Yes I am using self hosted novu
In self hosting sdk makes api request to your self hosted api url, so it will be impossible for us to check the reason of this