π Description
When I click Create Workflow in the self-hosted dashboard, the UI crashes with TypeError: Cannot read properties of undefined (reading 'request'). API, Redis and Mongo are running and healthy β looks like a frontend error when opening the workflow creation screen.
π Reproduction steps
- Clone and run the official novu/docker/community compose setup.
- Open dashboard in browser (e.g. http://:4000).
- Sign up / log in.
- Click Create Workflow.
- UI shows error and page fails to load.
π Expected behavior
The Create Workflow page should open and allow me to create a workflow, not crash.
π Actual Behavior with Screenshots
The dashboard shows an error page and the browser console shows:
TypeError: Cannot read properties of undefined (reading 'request')
(Attaching screenshot of the error page and the console/network capture.)
Novu version
2.3.0
npm version
No response
node version
No response
π Provide any additional context for the Bug.
No response
π Have you spent some time to check if this bug has been raised before?
π’ Have you read the Contributing Guidelines?
Are you willing to submit PR?
None