vercel / nextjs-subscription-payments

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

Cannot setup supabase local instance #300

Closed belugawhale3 closed 4 months ago

belugawhale3 commented 4 months ago

When I run the command: npm run supabase:start

Throw this error: open supabase\config.toml: The system cannot find the file specified.

I've made sure that docker is running and I was able to make it this far in the READme without errors

masakinihirota commented 4 months ago

You must run the supabase init command to generate config.toml. For more information, see Local Development | Supabase Docs https://supabase.com/docs/guides/cli/local-development

belugawhale3 commented 4 months ago

Yep that fixed it, that step should probably be added to the docs