nextjs-subscription-payments
nextjs-subscription-payments copied to clipboard
Clone, deploy, and fully customize a SaaS subscription application with Next.js.
While using this template I found a trivial but unsightly issue with the alignment of the pricing options when the screen was between xs and sm.
In the package.json the pull and push commands says: "supabase:push": "npx supabase push", "supabase:pull": "npx supabase pull" But that doesn't work it seems it should have db added to it...
The scripts for supabase cli push/pull are wrong, "db" needs to be added. Confirmed others had this issue #315
- Fixes #311 and closes #310: Alters `updateName` function so it changes the public.users table rather than the auth.users table (which was problematic for reasons laid out in the issue)...
Hey Guys, Given that `Vercel` is somehow pushing [`shadCn`](https://ui.shadcn.com/) on their [Ai editor](https://v0.dev/) and stuff, is turning this into a shadCn template in the pipeline at all. If not, is...
The Navbar component is server-rendered. Since it is included in the root layout, this forces every single page to be server-rendered on demand (dynamic). Because of this, the time to...
Hi, In the db autofill I see a free trial option for any user who is "trialing". This is a very important feature for my app in specific. It is...
I noticed some npm console output getting erroneously piped into the migration and types files. For instance, this script: ``` "supabase:generate-types": "npx supabase gen types typescript --local --schema public >...
I've set up magic link signing in with Resend set the NEXT_PUBLIC_SITE_URL to https://mydomain.com I bought as well as my site url to https://imgcatch.com. However when I sign in using...
Not sure if anyone else has encountered this, but I found that I had to remove the `--turbo` flag from the `dev` command in `package.json`, or else I got an...