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

**Problem** The server-side client successfully retrieves user details, but the browser client returns a null user. As a result, I am unable to display user details on the client side...

I am trying to run locally: `pnpm supabase:start` but I get an error: ``` > @ supabase:start / > npx supabase start Applying migration 20230530034630_init.sql... Seeding data supabase/seed.sql... supabase_edge_runtime_nextjs-subscription-payments container...

Once a user is subscribed, the pricing buttons change to "Manage", which infers it should now take them to the customer portal to manage their subscription. However, instead it takes...

While it isn't 1:1, I've been working on a newer version of this template you might find interesting. If the feedback is good, we might consider consolidating efforts there (as...

Is there a way to properly resync the website with the latest Stripe products? For example, if starting out using a localhost version, and then later deploying a website version...

Hello guys, I got the error: "Project creation in the Supabase dashboard is disabled for this Vercel-managed organization". Do you know how to fix it? Thank you in advance.

I have tried a couple of automatic deployment approaches and run into issues both times. The docs allude to failures in the process so I guess it isn't that surprising,...

hyperlink to [the Supabase schema.sql file](https://vercel.com/github.com/vercel/nextjs-subscription-payments/tree/main/schema.sql) in [description](https://vercel.com/templates/next.js/subscription-starter#:~:text=the%20contents%20of-,the%20Supabase,file,-%2C%20and%20click%20RUN) not working. It should refer to: https://github.com/vercel/nextjs-subscription-payments/blob/main/schema.sql

…f the user is already subscribed, to disallow a second subscription from being created. Addresses https://github.com/vercel/nextjs-subscription-payments/issues/366