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 89 nextjs-subscription-payments issues
Sort by recently updated
recently updated
newest added

--remote flag doesn't exist

I tried to deploy a new project using the Deploy Now button and the process got stuck after completing the Supabase setup. ![Screenshot 2024-02-16 163857](https://github.com/vercel/nextjs-subscription-payments/assets/294335/7b4923f3-4353-484b-a1de-0658ff67ff39) Additional feedback, which would have...

I tried running npx shadcn-ui@latest add button in Vscode on windows to get the shadcn button component and was thrown this error: Command failed with exit code 1: pnpm add...

Nice work on the update. Thank you. One error that I am sure everyone is getting is a type error seen below. Someone should update this at some point. Thx....

I really appreciate this repo. But I don't get why the authors decided that having a bare SQL schema would be good idea, considering your average developer wouldn't want to...

I have been looking at : https://github.com/wasp-lang/open-saas?tab=readme-ov-file And they have a nice documentation page : https://docs.opensaas.sh/ I think this repo can benefit from it. Besides this repo i have been...

I swear I followed all the steps in the README exactly and I even used the stripe API to pull in all of the test products. ![image](https://user-images.githubusercontent.com/12236062/215877232-38c5f718-ee23-40e4-a1cf-a488ebd1b3a5.png) And I made...

I just ran through the deployment process on the README.md and it reads well. One thing that needs much better defining however is... > In your Supabase project, navigate to...

I'm seeing this error https://github.com/vercel/next.js/issues/49373 when trying to deploy the example via Vercel. Here's an excerpt from the build logs. ``` - warn Entire page /signin deopted into client-side rendering....

When mapping products, those set as one-time payment (in Stripe) are not rendered. I guess it has something to do with line 107 of the Prixing.tsx component? {products.map((product) => {...

enhancement