Local environment disconnected from Novu Bridge URL
Hello, I am using Novu Framework but the local studio is not displaying any of my workflows. Any help will be appreciated. Thanks!
- I am buidling a Next.js application and I have exposed the novu api on endpoint on http//:localhost:3000 as shown in the attached image
- The local studio is running and it has connected to the bridge URL as shown in the attached image
- When I navigate to http://localhost:2022/studio I get the 'Local environment disconnected from Novu Bridge URL. This usually happens when your Bridge app is not running or npx novu dev is not running.' as shown in the attached image.
- My npm packages for novu:
"@novu/api": "^1.8.0",
"@novu/framework": "^2.8.0"



