Error in delivering push webhook call.
I use push-webhook with a scheduled delay to call a api on my server. It was working till 2 weeks ago and things were getting delivered on time. But I checked today to see there is a error message. I need help figuring out what is the issue. Please help, this is affecting users. Would appriciate some help. Thanks.
Attaching some screenshots
Attaching some screenshots
10 Replies
@psrihariv
I see the error processing step filter failed
can you check if you are using correct conditions (filter)
Hey @Pawan Jain , I am not using any conditions filter at all
@psrihariv, you just advanced to level 1!
await novu.trigger("testingtemp-37YEW4oV7", {
to: {
subscriberId: id,
},
payload: {
sendAt: scheduleDate.toUTC(),
...returnPayload,
},
});
@psrihariv
Could you share the
transactionId
of failed event with me?sure
6990c30d-25be-4d7b-b7af-a2d23681d27e
fa5dc5ab-ef74-4f1d-9f83-05b0cc447fe2
0c4d3ef1-ef4c-4459-9ae2-5a3eab469475
a054ca78-9e2c-4b23-bcd6-1373672b8292
Here are a couple of them
One weird pattern I have noticed is everything until 22nd Janurary got delivered
This error started to come form 23rd january 2024
Hope that helps @Pawan Jain
@psrihariv
In logs, I can see that you have applied a step filter on push step,
it is an equal operator on payload
Could you please double check
Yes sure! could you please help me find where that might be happening? Would that be in the "Integration Store" where I have crated the Push-Webhook? or is that applied during triggering?
Okay okay I see it.
@Pawan Jain I think I got the issue, that condition is accidentaly created by someone. Thanks for the resolution.
Glad I could help 🙂