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

If you're on Sign up or Forgot Password pages, then you end on the: `/signin` browser URL. When you click on: "Sign in" action in the Navbar it tries to...

I noticed that h1, h2, h3 tags to not have the expected behavior of being 3 different sizes smallest to largest. This unexpected behavior is encountered with any tag that...

I just read about Supabase's new Foreign Data Wrappers [here]( https://supabase.com/blog/postgres-foreign-data-wrappers-rust), and in particular, there's one for Stripe: https://github.com/supabase/wrappers/tree/main/wrappers/src/fdw/stripe_fdw As far as I understand, it means that we could swtich...

enhancement

I just changed my subscription plan to a new plan before the end of billing cycle. However I checked my Supabase `subscriptions` table and it still shows the `price_id` of...

I am trying to test purchasing in preview deployment and stripe test mode. In production mode, the stripe cart page correctly loads, but in preview I am getting 500 back?...

Works perfectly in test mode, however, switching the keys prevents the stripe payment page from opening. Anyone else have this issue? Blank pop up alert: ![image](https://user-images.githubusercontent.com/113940871/209858737-fe2624cc-c499-495c-9b2d-2e2c0ae550bb.png) Console is throwing this...

question

Why the Unix epoch start set to `1970-01-01T00:30:00Z` instead of `1970-01-01T00:00:00Z` for variable t? Is there any meaning or usage I missed?

Hi guys, i'm getting flicker between the login/logout buttons in the nav when refreshing the page and also when signing in. It works correctly navigating through the app routes. I...

Hey, I noticed that there's a `copyBillingDetailsToCustomer()` function that runs on `createOrRetrieveCustomer`. Any reason why it returns when there's a missing name, phone or address? What if a customer doesn't...

question

Hi - basic App Router question but I'm trying to understand if calling the same Supabase operation gets automatically cached in app router similar to fetch? I need to fetch...