#theproofficial

1 messages ยท Page 1 of 1 (latest)

timber fieldBOT
undone crystal
#

๐Ÿ‘‹ happy to help

#

401 Unauthorized
means that your endpoint has now been guarded by an Authentication

#

which is something we don't support

carmine swallow
#

Well I only get 401 when testing locally, when testing on a server, I get 400 bad request

#

I have checked Api Versions and Webhook secrets, but it still doesn't work

undone crystal
#

would you mind sharing an event ID?

carmine swallow
#

Just a week ago the entire API worked flawlessly

#

Not sure when it stopped since I only noticed now

undone crystal
#

I basically see 2 issues

#

but in that case you can go ahead and delete that webhook endpoint

carmine swallow
#

the https one is the real problem

#

since that did work before

undone crystal
#

yes just saw you deleted it

#

I was trying to cover my basics ๐Ÿ™ˆ

carmine swallow
#

So the other idea?

#

I thought it could've been the api version, but it hasn't changed since last week, so it can't be

undone crystal
#

for the https it's a 401

carmine swallow
#

yes https gives 401

undone crystal
#

this means that you've added authentication to your application without exempting the /stripe/webhooks path from it

carmine swallow
#

I just checked and I didn't add any new authentication in the last week

#

most I did is update the stripe.js package but I've tried reverting and it didn't fix it

undone crystal
#

it has nothing to do with stripe.js