#pedro-mameluque_webhooks
1 messages Β· Page 1 of 1 (latest)
π Welcome to your new thread!
β²οΈ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
β±οΈ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
π This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1341043316099256371
π Have more to share? Add more details, code, screenshots, videos, etc. below.
this is the route code that I have
Can you share the webhook endpoint Id ?
Sure 1s
The event evt_1QtTvhLOgtMDtnWQBhfbOgHy seems not sent to any webhook endpoint
we_1QtA0ILOgtMDtnWQ0M4Wf63l
i think it was my last attempt using Render, I'll redeploy using Vercel, I was getting error 405 when using Vercel
event id : evt_1QtA7HQ1ZBOhhTZlqzCbe07I
Hmm, your code doesn't return a 405
Are you sure that is the route/code that the endpoint hits? Because the 405 implies that it doesn't accept POST requests
It was returning a 405 when I was deploying using Vercel, the last tests it was returning 508 after I changed deployiment to Render. I'm switching back to Vercel to reproduce it, give me 1min
Sounds less like a Stripe issue then and something with your project/code configuration?
curl -X POST https://subcena.com/api/webhooks/stripe -v returns a 405
evt_1QtTvcQ1ZBOhhTZlmoTAFeRx
So whatever route that is, it doesn't accept POST requests which is how we deliver events
this is the route mentioned
The 508 would imply your code is broken in that endpoint. You should debug that further. But for now we're closing Discord so if you need any further help with this I'd recommend writing in to our team
Hello @digital steeple, we have sent you a direct message, please check it at https://discord.com/channels/@me/1341047860258541598
- πThe message has instructions on how to open a direct support case with our Developer Support team, in order to help you more effectively.
is it wrong? Why was it working on test mode?
And this last attempt I sent i get a 405 error
If not here, where do you suggest I can get some help with that? I messaged support and they said I should check with Vercel's support, but Vercel's support tells me to check with Stripe!
It doesn't make sense because it was all working well and I was getting the webhook working on test mode
I already explained, write in to our team
But this is something to do with your Vercel project/code