vercel / nextjs-subscription-payments

Clone, deploy, and fully customize a SaaS subscription application with Next.js.
https://subscription-payments.vercel.app/
MIT License
6.78k stars 1.39k forks source link

subscriptions not showing or inserting in supabase #388

Open MustaphaHamida opened 4 days ago

MustaphaHamida commented 4 days ago

I have a problem that I couldn't solve with this repo. I followed the instructions step by step, but the subscription plans aren't showing on the front end or in Supabase.

Inukares commented 3 days ago

I just fetched everything with stripe and ditched most of the supabase stuff. I don't think it's needed in the first place for small companies.

olyaee commented 2 days ago

I had a similar issue, the subspace database was not set up correctly by vercel the following solved my problem. In your project, navigate to the SQL editor and select the "Stripe Subscriptions" starter template from the Quick start section