vercel / nextjs-subscription-payments

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

Supabase db not populating #189

Open skinnard opened 1 year ago

skinnard commented 1 year ago

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 yarn build Im getting this...

Screenshot 2023-05-25 at 3 13 18 PM

And when I run yarn dev I'm getting this...

Could not find a relationship between 'products' and 'prices' in the schema cache
michael-sumner commented 1 year ago

@skinnard check if you have created the database schema. More info in the comments here: https://github.com/vercel/nextjs-subscription-payments/issues/168#issuecomment-1423328984

skinnard commented 1 year ago

@michael-sumner amazing, thank you!