TypeError: Converting circular structure to JSON
Hi There,
I'm trying to test an endpoint for a TypeScript Express app using the Novu framework and I am encountering a TypeError that I don't understand. I don't know if this is a bug or if I have made a mistake implementing Novu.
Details: I'm running my server locally and exposing the
/api/novu
bridge endpoint using ngrok. I'm using macOS 15.3.1 with 24GB of RAM. My npm version is 10.9.0 and running on Node 23.3.0
Here is the endpoint I have been trying to trigger in Postman:
I attached a screenshot of the error as well as the request I am trying to make in Postman. Here is the workflow in my code:
Thanks so much for your help. I hope I'm not making a stupid mistake 😅

3 Replies
@Dara
In this line
Instead of sending the entire result, carefully select the properties you need create a new object, and then send
Thanks @Pawan Jain ! I missed that line! I was able to send the data I needed from the
result
object instead of the whole result
. Thanks for your swift help!@Dara, you just advanced to level 1!