nextjs-subscription-payments icon indicating copy to clipboard operation
nextjs-subscription-payments copied to clipboard

Clone, deploy, and fully customize a SaaS subscription application with Next.js.

Results 120 nextjs-subscription-payments issues
Sort by recently updated
recently updated
newest added

Question to the Supabase Github support community: Hello Supabase community, I was advised by Supabase support to post my issue here. Please read on... I'm working with the `subscription-starter` Vercel...

I want to extend this app to include some Static pages that's use ISR for product pages. However due to the navbar using SSR to get the user and the...

Right now the [`middleware.ts`](https://github.com/vercel/nextjs-subscription-payments/blob/main/middleware.ts#L7) will be called for every request. I believe it's setup as an example for supabase, but I'm unsure if it's either incomplete or just unused. I...

Right now everything is hardcoded to be in dark mode. I tried to get dark mode and light mode to work with next-themes: https://github.com/pacocoursey/next-themes But, I'm not sure the prefixing...

It looks like billing_address & payment_method are saved to the database by default. Even though this starter project doesn't really need them. Should saving this sensitive data be turned off...

When I attempt to deploy this to vercel, the build is failing with the following errors: Route (app) Size First Load JS -- 12:11:14.963 | ┌ λ / 5.32 kB...

When I tried to get the subscription from the method `getSubscriptions()` from `supabase-server` within `app/page_name/page.tsx` I got this error only when deploying but not in development. I want to protect...

bug

I'm trying to develop my custom nextjs app from this repository, but I don't find the way to handle the authentication process in a development environment. In my case, Twitter...

**This is a feature request** Stripe offers the possibility to add features to a product. These features of a product are provided by the API (https://stripe.com/docs/api/products/object). It would be nice...

Hi there, your repo has been of tremendous help, sincerely appreciate it. I'm curious if the patterns to handle supabase client with auth helpers and directly. My store is a...