N
Novu•5mo ago
psrihariv

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
No description
No description
10 Replies
psrihariv
psrihariv•5mo ago
No description
Pawan Jain
Pawan Jain•5mo ago
@psrihariv I see the error processing step filter failed can you check if you are using correct conditions (filter)
psrihariv
psrihariv•5mo ago
Hey @Pawan Jain , I am not using any conditions filter at all
Novu_Bot
Novu_Bot•5mo ago
@psrihariv, you just advanced to level 1!
psrihariv
psrihariv•5mo ago
await novu.trigger("testingtemp-37YEW4oV7", { to: { subscriberId: id, }, payload: { sendAt: scheduleDate.toUTC(), ...returnPayload, }, });
Pawan Jain
Pawan Jain•5mo ago
@psrihariv Could you share the transactionId of failed event with me?
psrihariv
psrihariv•5mo ago
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
Pawan Jain
Pawan Jain•5mo ago
@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
psrihariv
psrihariv•5mo ago
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.
Pawan Jain
Pawan Jain•5mo ago
Glad I could help 🙂