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

1. Click Vercel Deploy button 2. Continue until @ Install Integrations Screen and click "Install" Stripe Test Mode 3. Follow prompts and select Stripe account, click connect 4. Wait for...

bug

I learned that supabase is developing https://github.com/supabase/stripe-sync-engine. It seems that this could replace the code in `./utils/useDatabase.js`, is that correct? This comment in that file might be relevant: https://github.com/vercel/nextjs-subscription-payments/blob/857941d8d7d2160b2232d4090550c74e94064ac7/utils/useDatabase.js#L5-L7 Since...

question

simply, the updateName does update the full name in auth users but it's not reflected on the frontend as the value in display name is being taken from the users...

I followed the Readme step by step multiple times and tried test and production. It was never able to connect to Stripe. ``` No subscription pricing plans found. ``` Here...

How to do ? Installing the Vercel template https://github.com/vercel/nextjs-subscription-payments The problem and logs : ![f7b7351d-6708-4324-bb77-3492a310837c](https://github.com/vercel/nextjs-subscription-payments/assets/17680194/6ce8450c-9df1-40c0-98f3-ea59864b21e4)

Hello, I am a rookie coder, teaching myself as I go so this may be a very basic issue. I was able link all of the components and I manually...

NameForm.tsx is saving name changes using `updateName` function to supabase auth, not the database, hence the UI should display this value instead of the database value. Currently there is no...

I discovered this one while completely changing the styling, so please mind that **this fix might lead to breakage**. Testing with the knowledge of what the intended styling is supposed...