Feed is empty
Hey! I am trying out novu for my app and the documentation seems to be confusing.
I am triggering workflows (made in code) which works and the in-app notifications are sent successfully but I cannot see them in the Inbox component passing the same subscriber ID.
Appreciate any help : )
11 Replies
To clarify, I am using the development keys both while triggering and the dev. app identifier on the frontend while checking in the next dev.
@Community Support @Pawan Jain (new here and everyone tagged these accounts, sorry if not intended).
huh! Started working all of the sudden so that's good : )
Though I still cannot understand a thing. When I trigger a workflow from my local nextjs dev server, it triggers the workflow in the deployed bridge URL which uses a different DB.
I think it should use the bridge tunnel URL which novu dev generates but how do I configure it to use that?
I cannot find the docs for this and it is confusing.
@ultrakiller
You can update the bridge URL using the below option on dashboard 👇🏻
@Pawan Jain yeah I used it. But why doesn't novu dev auto update this with the tunnel URL which is generated?
@ultrakiller, you just advanced to level 1!
It is updated either manually or when you sync the changes
cool! @Pawan Jain
also I seem to have landed in a situation where I see workflow limit exceeded but delete workflow is disabled?
Error occurred while syncing. Workflow limit exceeded. Please contact us to support more workflows.
@ultrakiller
In free and pro tier, there is a limit of 20 on number of worklfows
if you are creating workflows using @novu/framework
then it can be deleted from code only and then sync
can't even use the rest api?
I assume that would be possible since the sdks are a wrapper on top of rest?
No, it can be done only via @novu/framework code
cool! tho I managed to delete them via the API, thanks : )