#ares9389

1 messages · Page 1 of 1 (latest)

formal radishBOT
karmic cypress
#

Can you provide more details? Do you have an event ID you can share?

molten pike
#

sure

#

evt_3NaQ4kIv2YmrGThR0SEZWCwa

#

second one: evt_3NaPucIv2YmrGThR2S4uprWr

#

thrid: evt_3NaOktIv2YmrGThR2ms2yXfy

karmic cypress
#

Thanks! It looks like we're sending an event to an ngrok endpoint but the event handler code on that endpoint is what is returning a 500

molten pike
#

so when I host it on vercel it will work fine in production?

karmic cypress
#

I'm not sure I follow. I recommend testing your handler code with an endpoint that can receive POST requests from Stripe

molten pike
#

ok, I will. thanks a lot!

#

now I've got another error evt_3NaQP9Iv2YmrGThR02Em4mGT

#

this is merely an error from my code base I believe thus the endpoint is working fine now?

karmic cypress
#

Yep, looks like! In this case your handler code responded with the "missing required param" error

molten pike
#

now it is working evt_3NaQSHIv2YmrGThR0Ajw5kDs

#

thanks for the guidence!