nextjs-subscription-payments
nextjs-subscription-payments copied to clipboard
Clone, deploy, and fully customize a SaaS subscription application with Next.js.
--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.  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.  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) => {...