You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have been trying to connect with stripe webhook, but every time I made request I only receive 401 "detail" : "Not authenticated"
I think traefik is responsible for this unexpected behaviour because other than webhook, I'm able to generate checkout session which works perfectly fine.
maybe traefik altering webhook request to call internal /stripe-webhook endpoint which causes this issue.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
First Check
Commit to Help
Example Code
Description
So I have been trying to connect with stripe webhook, but every time I made request I only receive 401 "detail" : "Not authenticated"
I think traefik is responsible for this unexpected behaviour because other than webhook, I'm able to generate checkout session which works perfectly fine.
maybe traefik altering webhook request to call internal /stripe-webhook endpoint which causes this issue.
Operating System
Linux
Operating System Details
ubuntu
Python Version
Python 3.12.3
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions