Novu @ Next 13.4.8
Hey! Its possible to run a dev instance in the same instance that our project is? we are working on a Next 13.4.8 project and found that we need to create a totally different app to run in dev to work. I can create an endpoint tunnel for the bridging endpoint but.. couldnt we use the workflows and serve on the same app instead of creating a third app in the dev server? Maybe is how we have config the nextJs?
we are receiving this bug in a pages/api setup when going to /api/novu:
Here is the endpoint content and created it in the way that documentation told us:
we are receiving this bug in a pages/api setup when going to /api/novu:
Here is the endpoint content and created it in the way that documentation told us: