NovuN
Novuβ€’15mo ago
sheena

Debugging bridge errors

How can I debug this error:
[Error]: Something went wrong. Please try again later.
     at Object.post (/opt/project/node_modules/@novu/framework/dist/servers/express.js:23:5326)
     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
     at async /opt/project/node_modules/@novu/framework/dist/servers/express.js:27:4769
     at async ue.handleAction (/opt/project/node_modules/@novu/framework/dist/servers/express.js:27:3961)
     at async /opt/project/node_modules/@novu/framework/dist/servers/express.js:27:2841 {
   data: undefined,
   statusCode: 500,
   code: 'BridgeError'
 }
-- i can't seem to find any helpful logs to figure out what is going on
Was this page helpful?