-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Running through the setup for the first time, I don't think the Supabase instance is seeded with any users by default. Did you forget to check in apps/web/supabase/seed.sql
for the free version?
https://makerkit.dev/docs/next-supabase-turbo/installation/running-project#quick-start-credentials
https://github.com/makerkit/nextjs-saas-starter-kit-lite/blob/main/apps/web/supabase/seed.sql
Reproduction steps
- Navigate to http://localhost:3000/auth/sign-in
- Enter the following credentials:
- Email:
test@makerkit.dev
- Password:
testingpassword
- Email:
- Click "Sign in with Email"
- See error: "Sorry, we could not authenticate you. The credentials entered are invalid."
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working