Unable to send notifications in 0.21.0
Hello. We are currently using Novu self hosted on version 0.16.3 in production. I tried to upgrade to 0.21.0 but got an error while sending notification that "Subscriber does not have an active integration".
It works perfectly fine if I use 0.20.0 version. Did anything change in 0.21.0 that we should be making changes to make the notifications work?
5 Replies
@Engineering Can it be issue with
integrationIdentifier
field?
Because earlier we allowed only single integration per provider.@BiswaViraj I didn't run the migrations yet but wondering how we can do this in production since our app is already in prod
It will be easier to clone a fresh repo locally and update the .env to point to the Prod DB to run the migrations
our database is behind a Vnet so we won't be able to run it from our local