Skip to content

Commit 53c60cc

Browse files
committed
Clarify instructions for resolving login issues with sample data in Supabase docs
1 parent 584c3ea commit 53c60cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/integrations/supabase.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,5 +200,7 @@ Why can’t I log in with the email I used to generate sample data?
200200
If you generated sample data before adding authentication to your app, logging in with that same email will fail — and this is expected behavior.
201201

202202
When sample data is created, it inserts records directly into the Supabase database, including user details, but it doesn’t go through the actual authentication process. As a result, those users exist in the database but don’t have valid authentication credentials in Supabase Auth.
203+
204+
To fix it, you can delete the dummy user record from the Auth table and then sign up again in your app with that email.
203205
</p>
204206
</details>

0 commit comments

Comments
 (0)