SahilGOriginal post
Rank 1: Thread
In my webhook handler I am verifying the if webhook is duplicated or not since stripe sends events more than once sometimes.
but if row not found in db appwrite is directly throwing error. any way i can fix this? like in axios if we dont want to through error for non-2xx status code we pass validateSatus:()=>true in configs for each call.
Summary
Developers are encountering errors in their webhook handler when verifying duplicate webhooks in Stripe. They are looking for a way to prevent the error from being thrown if the database row is not found, similar to how Axios handles non-2xx status codes.