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.
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