EvzenSupler
NNovu
•Created by EvzenSupler on 10/10/2024 in #💬│support
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.
7 replies
NNovu
•Created by EvzenSupler on 10/5/2024 in #💬│support
Local development new provider and workflow
I want to contribute by creating (editing) the Onesignal provider. I have it created on a local fork of the new repo, I wil be able to run local services via : jarvis and pnpm start.
But I don't know how to connect the local studio to the dev local instance so that I can test the implementation of the new provider and verify that it works as it should.
Thanks for the advice
13 replies