#farhanah_77012

1 messages · Page 1 of 1 (latest)

sand ibexBOT
molten wren
#

Have you looked at delivery attempts for the local endpoint and checked what sort of errors you're getting?

sterile tartan
#

i see a 400 error (but I know where in my code I'm passing that res.status(400). I have a try/catch block with the catch block throwing this 400 status and showing me the error. Again, same code for production, and that one is successful

molten wren
#

There must be some error before your server responds with 400
Try adding some logging/print statements to see where exactly its failing

My guess is signature verification is failing when you run constructEvent but not sure

sterile tartan
#

ok will test. thanks!

#

ok solved the issue - turns out the event was hitting the productionwebhook and not th elocal webhook. solution was just to remove the local webhook.