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
10 Replies
@EvzenSupler, you just advanced to level 1!
@EvzenSupler
You want to run local studio and dev local instance because UI does not have an option to create worlflow ?
Yes, I want create new test workflow to test new provider work.
Go to this URL
it will create blank v1 workflow that you can edit and add steps
https://localhost:4200/workflows/create
OK I will test it
Let me know if we can help with anything else.
OK when I try run workflow I get this error on my localhost:
"response": {
"type": "Object",
"message": "Preferences Feature Flag are not enabled",
"stack":
"userId": "system",
"environmentId": "66ffe26cf5e234c1fa519533",
"organizationId": "66ffe26cf5e234c1fa51952c",
"key": "IS_WORKFLOW_PREFERENCES_ENABLED"
},
"status": 400,
"options": {},
"name": "PreferencesNotEnabledException"
checking in my machine 🙂
@EvzenSupler
I am able to reproduce. Shared with team. I will keep you updated on fix
@EvzenSupler
This issue will be fixed in this PR
https://github.com/novuhq/novu/pull/6636
GitHub
chore(root): Remove IS_WORKFLOW_PREFERENCES_ENABLED feature flag by...
What changed? Why was the change needed?
The feature is now released in V2, so the flag is not required anymore.
I will wait to merge