nextjs-subscription-payments icon indicating copy to clipboard operation
nextjs-subscription-payments copied to clipboard

Supabase db not populating

Open skinnard opened this issue 2 years ago • 2 comments

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

skinnard avatar May 25 '23 19:05 skinnard

@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

michael-sumner avatar May 26 '23 09:05 michael-sumner

@michael-sumner amazing, thank you!

skinnard avatar May 26 '23 10:05 skinnard