#Ersa

1 messages · Page 1 of 1 (latest)

versed schoonerBOT
remote sky
#

Can you give details on the error? Is there a message thrown?

golden inlet
#

I only get a 400 error and there are no specific details, the request is a json in response to the 400 error

remote sky
#

Can you share the evt_xxx ID?

golden inlet
#

"id": "evt_1M3xcgKegbTbd8IFRmnbOxP5",

merry flicker
#

what are the logs on your server side telling you?

golden inlet
#

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

merry flicker
#

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

golden inlet
#

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?

merry flicker
golden inlet
#

Our backend code is getting a 200 code which means the coding is right