#Ersa
1 messages · Page 1 of 1 (latest)
Can you give details on the error? Is there a message thrown?
I only get a 400 error and there are no specific details, the request is a json in response to the 400 error
Can you share the evt_xxx ID?
"id": "evt_1M3xcgKegbTbd8IFRmnbOxP5",
what are the logs on your server side telling you?
I havent written a log for it but in test instead of using localhost address, I have given it a server address which works fine
you need to check your logs really, all we know is you sent your URL a request and it returned a 400
you control that Azure server and the code running on it, you need to check the logs it has at the time we sent the event and try to see what is going wrong
Might this be a problem from the webhook secret which comes in the API but because the whser is different gives a bad request?
Does the webhook get called right when the client (frontend) gets "success" or does it happen with a delay as it goes in line?
possibly!
should be pretty immediate, depends on load on our systems and other factors
Our backend code is getting a 200 code which means the coding is right