nextjs-subscription-payments
nextjs-subscription-payments copied to clipboard
Clone, deploy, and fully customize a SaaS subscription application with Next.js.
## Description: [Added/Fix Lifetime option](https://github.com/vercel/nextjs-subscription-payments/pull/331/commits/feb44f4a72ccb76bcb47e56f3691d1ceb6edd93e) - type BillingInterval contained 'lifetime' option when stripe does not offer a 'lifetime' interval. ## Solution - worked around this issue by creating a one-time...
Current supabase cli version 1.153.4 pull, push, and reset commands are invoked with `supabase db `. Updated the package.json to use this new syntax.
This change adds a script to seed products and prices from Stripe. This change will benefits developers working in a shared development environment by allowing them to work with the...
`clsx` should work in the same way
It is not required in the build
This pull request updates the current architecture sequence diagram with brand theme and modern styling. 
First off.. I can't thank Vercel, Supabase and everyone who's worked on this enough. It's a game changer for mediocre devs like myself. -- There seems to be a 2-7...
I modified the supabase table query from the code little bit, to take the current signed in user id and return its current most latest active subscription data from stripe....
Following the current project, when I deploy to Vercel and the webhook is triggered, the following error is displayed: ``` ❌ Error message: No signatures found matching the expected signature...
- fixes vercel/nextjs-subscription-payments#344 by always invoking `useRouter` and conditionally setting `routerMethod` separately based on `redirectMethod`.