Stripe Subscription Update Shows Error in Console but Still Works
When creating a Stripe subscription, an error is thrown in the console, but the update is successfully reflected in the database. The prisma model is automatically generated by the* better-auth* CLI.



Solution:Jump to solution
The issue was resolved after updating the API version. Thank you for your prompt and helpful response.
6 Replies
Downgrade your stripe SDK to 17.7.0
It's failing due to a breaking change by Stripe SDK that we haven't yet patched.
Still same issue

Solution
The issue was resolved after updating the API version. Thank you for your prompt and helpful response.
I have the same issue
Have you downgraded to 17.7.0?
yes, works for now