Workflow in dev mode
Hello, I have problem with new workflow in dev mode. These urls works:
β π₯οΈ Dashboard β https://dashboard.novu.co
β π¨ Studio β http://localhost:2022/studio
β π Endpoint β http://localhost:3000/api/novu
In studio url I can see my local workflows, but when I try sync :
npx novu@latest sync \
--bridge-url <TUNNEL URL> \
--secret-key <MY SECRET KEY>
I get error:
path: '/v1/bridge/sync?source=cli',
message: "Bridge URL is not valid. Cannot read properties of undefined (reading 'body')",
error: 'Bad Request'
What I did wrong?
BTW: I my macbook onboarding process dont work in Safari browser - this work only in Google Chrome.
Novu Cloud Dashboard
Novu Cloud Dashboard
3 Replies
OK I will solve this problem. I try connect to ORG which was on previous version NOVU (wihout workflow framework).
I create new organization, and now sync working.
Bridge URL is not valid. Cannot read properties of undefined (reading 'body')Did you use tunnel url with /api/novu route?
I my macbook onboarding process dont work in Safari browser - this work only in Google Chrome.Safari blocks request to https from http due to CORS policy
I try connect to ORG which was on previous version NOVU (wihout workflow frameworkWere you facing this issue in new organization?
This issue was on old organization, with old api.