nextjs-subscription-payments
nextjs-subscription-payments copied to clipboard
Supabase db not populating
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...
And when I run yarn dev I'm getting this...
Could not find a relationship between 'products' and 'prices' in the schema cache
@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 amazing, thank you!