#wess_vercel-webhooks-auth
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1218247273754919063
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- wess_webhooks, 0 minutes ago, 13 messages
- wess_code, 19 hours ago, 23 messages
can you please check why it did not trigger again?
i sorted out the authorization issue
but still not triggered
Can you share a fresh event ID?
evt_1OueNkJuwzUkoN6WbtMTjNCd
It's still failing for authentication issues - you can see the response yourself in the dashboard (https://dashboard.stripe.com/test/events/evt_1OueNkJuwzUkoN6WbtMTjNCd). If you look at the full response from your server you can see it's responding with an "Authentication required" page
hmm
what can it even mean?
i dont really get it
im authenticated inside the app, otherwise could not even open the checkout page
It doesn't matter if you're authenticated inside the app. You may be authenticated when you were completeing checkout in the UI, but Stripe is separately calling out to your server to send the webhook event and it isn't authenticated
Have you disabled authentication on your test endpoint entirely?
what kind of auth you mean?
I shared this earlier - https://vercel.com/docs/security/deployment-protection/methods-to-protect-deployments/password-protection and vercel also has other protections like https://vercel.com/docs/security/deployment-protection/methods-to-protect-deployments/vercel-authentication
I asked earlier - have you checked your vercel settings on yout test deployment to make sure there's no authentication in place/whether there are any settings that are different in your live vs test app
wess_vercel-webhooks-auth
Have you checked all your settings and compared them in your live vs test apps?
settings are same for both
im just using different env vars (for webhook secret and stripe keys)
thats the only difference
@tough badger on our end there's nothing we can investigate. Really we send the Events to your WebhookEndpoint the same exact way in Live or Test moe