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
ultrakiller
ultrakillerOP2w ago
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.
Pawan Jain
Pawan Jain2w ago
@ultrakiller You can update the bridge URL using the below option on dashboard 👇🏻
Pawan Jain
Pawan Jain2w ago
ultrakiller
ultrakillerOP7d ago
@Pawan Jain yeah I used it. But why doesn't novu dev auto update this with the tunnel URL which is generated?
Novu_Bot
Novu_Bot7d ago
@ultrakiller, you just advanced to level 1!
Pawan Jain
Pawan Jain6d ago
It is updated either manually or when you sync the changes
ultrakiller
ultrakillerOP6d ago
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.
Pawan Jain
Pawan Jain6d ago
@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
ultrakiller
ultrakillerOP6d ago
can't even use the rest api? I assume that would be possible since the sdks are a wrapper on top of rest?
Pawan Jain
Pawan Jain6d ago
No, it can be done only via @novu/framework code
ultrakiller
ultrakillerOP4d ago
cool! tho I managed to delete them via the API, thanks : )

Did you find this page helpful?