vercel / nextjs-subscription-payments

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

I have problems with deploying my app and i added all the env vars, please help me #96

Closed pavel-256 closed 2 years ago

pavel-256 commented 2 years ago

Screenshot 2022-01-01 003810 Screenshot 2022-01-01 003639

pavel-256 commented 2 years ago

I solved the problem, just added the schema.sql content to supabase manually

myworldbox commented 2 years ago

Configuration

  1. Create new Supabase project Sign up to Supabase - https://app.supabase.io/[](https://github.com/vercel/nextjs-subscription-payments/blob/971f8844572efcb163b00efa32261c7c479a286a/README.md#2-set-up-your-database-tables-and-auth-policies) and create a new project. Wait for your database to start.

  2. Set up your database tables and auth policies In your Supabase dashboard, go to the SQL editor. There, the welcome tab has a "Quick Start" section. Select the "Stripe Subscriptions" quick start (it has the same content as the schema.sql file) and hit the "RUN" button.

[Optional] - Set up OAuth providers You can use third-party login providers like GitHub or Google. Refer to the docs to learn how to configure these.