Stripe webhook not working against serverProxy #606
-
|
Hi there, I am using serverProxy in an older project and removed a custom proxy that tunneled the request against the public frontend. Now, if I use the serverProxy's URL /api/backend/stripe/webhook, I am receiving this error: I am using the same payload (and the same key) against the old proxy, it works fine. |
Beta Was this translation helpful? Give feedback.
Answered by
manchenkoff
May 3, 2026
Replies: 1 comment 1 reply
-
|
Ah, I just forgot about that, but nuxt-auth-sanctum is stripping some headers. In this case, the token sent from stripe is being removed, too. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, for external non-sanctum clients I'd recommend using nuxt server proxies instead