NestJs | Unable to see workflows in studio

I am following nestjs guide - https://docs.novu.co/framework/quickstart/nestjs

  1. I have updated my app.module.js exactly as mentioned in docs.
  2. added a new folder under src/novu/ inside which resides workflows.ts
  3. when I head to localhost:2022/studio I see page. Screenshots attached.
Doubts:
  1. Do I need a nextjs project for this to work?
  2. As per my understanding the test-workflow that is added in file workflows.ts should be visible here. Is this correct?
  3. I do not have any workflow in my novu dashboard, could this cause any issues?
Response from endpoint -> http://localhost:8080/api/novu
{"status":"ok","sdkVersion":"2.5.3","frameworkVersion":"2024-06-26","discovered":{"workflows":1,"steps":1}}
Screenshot_2025-02-05_at_7.22.20_PM.png
Screenshot_2025-02-05_at_7.22.25_PM.png
Was this page helpful?