N
Novuβ€’4d ago
Phillip

Workflow

Hi, I am trying to get a workflow running following this doc word for word. - https://docs.novu.co/framework/quickstart/express The studio never bridges and is asking me to create the nextjs version, npx novu@latest init --secret-key=xxx My endpoint on http://localhost:4000/api/novu is working and returning:
{"status":"ok","sdkVersion":"2.6.6","frameworkVersion":"2024-06-26","discovered":{"workflows":1,"steps":1}}
{"status":"ok","sdkVersion":"2.6.6","frameworkVersion":"2024-06-26","discovered":{"workflows":1,"steps":1}}
studio is stuck on onboarding the output of npx novu@latest dev --port 4000 is:
βœ” πŸ›£οΈ Tunnel β†’ https://UUID.novu.sh/api/novu
βœ” πŸ–₯️ Dashboard β†’ https://dashboard.novu.co
βœ” 🎨 Studio β†’ http://localhost:2022/studio
βœ” πŸŒ‰ Endpoint β†’ http://localhost:4000/api/novu
βœ” πŸ›£οΈ Tunnel β†’ https://UUID.novu.sh/api/novu
βœ” πŸ–₯️ Dashboard β†’ https://dashboard.novu.co
βœ” 🎨 Studio β†’ http://localhost:2022/studio
βœ” πŸŒ‰ Endpoint β†’ http://localhost:4000/api/novu
Any help would be appreciated. [email protected]
Express | Novu Documentation
Get started with Novu Framework in an Express application
2 Replies
Phillip
PhillipOPβ€’4d ago
If its helpful, when testing the curl the response is:
{"error":"Unprocessable Entity","statusCode":422,"timestamp":"2025-04-18T04:54:53.796Z","path":"/v1/events/trigger","message":"workflow_not_found","ctx":{"error":"Unprocessable Entity","statusCode":422}}%
{"error":"Unprocessable Entity","statusCode":422,"timestamp":"2025-04-18T04:54:53.796Z","path":"/v1/events/trigger","message":"workflow_not_found","ctx":{"error":"Unprocessable Entity","statusCode":422}}%
Pawan Jain
Pawan Jainβ€’8h ago
This issue in resolved in other support channel For other community members: Currently only chrome browser is supported.

Did you find this page helpful?