#Vinz
1 messages · Page 1 of 1 (latest)
What's the problem?
It was working yesterday, this morning, I'm making a big update and puyt my site into maintenance.
I've changed the endpoint to edit.mysite.com
(it is normally app.mysite.com)
and now I have a 301 message
evt_1N1QMRIP6C7BiREFWSapqyJY
no body in the response
the signature has not changed
in get request, I have a 405 error which is OK
in post, I have a 500 with postman
but cannot explain why Stripe gets a 301
hope you can help with this 🙏
Well, a 301 is a redirect so my guess is your endpoint is redirecting to a different URL (maybe http -> https or something). The webhook won't follow those redirects
https works fine