I want to set up Novu with Express in my local
Hello,
I want to setup Novu with Express and use it for a React App.
I am following the steps from the document, but i am not able create workflow and move ahead.
Need help please.
3 Replies
Sync is not working with
localhost 3001 or the tunnel
@sg28
Can you close the process you started with
npx novu@latest dev
By default novu will create connection on port 4000 port. Since your express application is running on port 3001, use --port flag
Make sure NOVU_SECRET_KEY
env variable with valid value is set in .env file and this variable is loaded before serve
function. You can use dotenv package for the same