Bug report
I imagine this is a problem related to our project, but I'm creating this issue in case someone else is facing the same.
Describe the bug
signInAnonymously returns 500 Database error creating anonymous user
To Reproduce
- Follow the instructions on https://supabase.com/docs/guides/auth/auth-anonymous
- After calling
signInAnonymously, check the console.
- Check AuthApiError: Database error creating anonymous user.
Expected behavior
User is logged in.