@novu/api throws validation error on _feedId null

Using the @novu/api node SDK both version 0.0.7 and 1.0.0 it throws an error accessing the subscriber feed if the _feedId is null (which is the case for all our in app notifcations).

const resp = await novu.subscribers.notifications.feed({
            subscriberId: subscriber.subscriberId,
            read: false,
          });


Throws error attached! @Pawan Jain
Was this page helpful?