#tinaaa

1 messages · Page 1 of 1 (latest)

wise gobletBOT
bright nymph
#

Hi there!

#

Can you check your server logs to see the exact error message you get?

vale robin
bright nymph
#

That's the Stripe CLI. I'm talking about the logs from your backend server that receive these events and returned the 401 error.

vale robin
#

it's not returning anything from my backend server, it's not even reaching the endpoint

#

i thought that it might be something about the webhook secret but im taking the signing secret from my console

#

and it's still 401

bright nymph
#

401 error means:

the client request has not been completed because it lacks valid authentication credentials for the requested resource
So looks like your server refuses to accept to receive the events.

#

So there's some kind of missconfiguration on your end.

vale robin
#

yup , i thought so too , but i can't seem to find what i need to configure so my server accepts the events