This repository has been archived by the owner on Jan 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Stripe error with webhooks #224
Comments
TommyDong1998
changed the title
Stripe webhooks stopped working
Stripe error with webhooks
Jul 23, 2023
Update: Found out that the env variable STRIPE_WEBHOOK_SECRET_LIVE is now STRIPE_WEBHOOK_SECRET 😅 The error came from Lets change that to
so that it is more understandable |
@TommyDong1998 Were you able to get this resolved? I validated the .env variable and I still receive a 500 error. |
@espinozahector Renaming the environment variable |
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Previously the webhooks were working but I noticed this week that the webhooks are all giving 500 errors. I deleted an product from stripe console and also added one. They all give the same error:
[POST]
/api/webhooks
No storage option exists to persist the session, which may result in unexpected behavior when using auth.
If you want to set persistSession to true, please provide a storage option or you may set persistSession to false to disable this warning.
at /var/task/.next/server/chunks/501.js:3897:61
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered: