N
Novu3w ago
sg28

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.
No description
3 Replies
sg28
sg283w ago
No description
No description
sg28
sg283w ago
Sync is not working with localhost 3001 or the tunnel
Pawan Jain
Pawan Jain3w ago
@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
npx novu@latest dev --port=3001
npx novu@latest dev --port=3001
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
Want results from more Discord servers?
Add your server