#farhanah_77012
1 messages · Page 1 of 1 (latest)
Have you looked at delivery attempts for the local endpoint and checked what sort of errors you're getting?
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
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