nextjs-subscription-payments
nextjs-subscription-payments copied to clipboard
Clone, deploy, and fully customize a SaaS subscription application with Next.js.
Hello! I'm developing a backend for an existing system that is using Stripe. I'm planning to use Supabase as we are replacing the current authentication service we're using. Is there...
Hi, I'm trying to follow along with the tutorial but when it comes to creating a user account I always get this error: ```{"message":"No API key found in request","hint":"No `apikey`...
I am using Google provider for auth. When i signin, I want to redirect to /dashboard. How can i do that? Currently it redirects to homepage only. Also is there...
this project use next13.4 and this version support app router,right? why need this? ` /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, experimental: { appDir: true, serverActions: true...
Hi, I followed the step-by-step guide, and everything seems to work well in production. But, when I want to work with a local version, it's getting tougher. I also followed...
I am trying to use this template to make an app. I can deploy your code to vercel. I tried to add a blog feature (all access policy for now)....
I get https://example.com/?error=server_error&error_description=Error+getting+user+email+from+external+provider after authenticating with azure live account. Have the azure scopes and manifest mod setup per the supabase docs and azure docs - suspect there may be an...
What will I need to change to use Paddle instead of stripe?
Am I missing something here? I've gone over this read about 1000 times but it looks like nothing is being written to Supabase... it's just blank. 🤔 When I run...
Hey guys, I have been facing an issue with the stripe integration, The project is running well and my products from Stripe are showing up on the page. However, I've...