Novu functionality suddenly changed today?
Within the past 6 hours, some functionality within my app that relies on Novu suddenly changed—specifically the notificationTemplates within the novu sdk stopped including the field "id", instead it has only the field "_id". I have tests that run pretty frequently against Novu that stopped working 6 hours ago which points to this change. But not sure of the timing—can someone point me to when this change was made?
9 Replies
was there a new release?
Hey @paweltymczuk @Pawan Jain can you help us here?
Hi Rajat
We had new release today.
let me check if it is an issue with SDK or api
@rajat5885
is this
id
and _id
issue happening in nodejs sdk method input or response?response
the response of notificationTemplates.getAll()
is it happening in sub field nested response or root schema response?
I hope you understood my question
within the root schema response
I will be able to share with you if there is any specific reason for this change once the team is back on Monday.
Meanwhile, I can assure you that the
id
and _id
both values are same. If you are using id
then you can safely replace it with _id
. it will not break further flow.sounds good, thankyou
@rajat5885, you just advanced to level 3!