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:
4 Replies
@iStun4Fun
we need to create a totally different app to run in dev to workWe support adding
@novu/framework
in existing applications.I know but its working at next 13.4.8 with pages router? because we get this error
@iStun4Fun
I am able to reproduce the issue. Sharing it with team
https://github.com/jainpawan21/nextjs-version-13.4.8-novu-framework
awesomely great, thanks
any clues on this @Pawan Jain ? maybe we can hack it up to fix it in our end if any clues arised
Solved it migrating to Next 14 or 15