iiPhaNatiCx
05/24/2023, 8:27 PMpreviewFeatures = ["multiSchema"]
. In doing so, when I ran npx prisma db push
it dropped the tables from the auth
schema in Supabase. Now when I try to create a user via UI or supabase.auth.admin.createUser()
I get the following error: AuthApiError: Database error checking email
. Has anyone ever ran into this before? Or is there a way I can restore the tables? Not looking to recover any data, just want to be able to create users again.garyaustin
05/24/2023, 8:31 PMiiPhaNatiCx
05/24/2023, 8:32 PMiiPhaNatiCx
05/24/2023, 8:58 PMiiPhaNatiCx
05/24/2023, 8:58 PMauth
schema. Then restored it to my original database using psql
iiPhaNatiCx
05/24/2023, 8:59 PMiiPhaNatiCx
05/24/2023, 8:59 PMgaryaustin
05/24/2023, 8:59 PMiiPhaNatiCx
05/24/2023, 8:59 PMiiPhaNatiCx
05/24/2023, 8:59 PMiiPhaNatiCx
05/24/2023, 8:59 PMgaryaustin
05/24/2023, 9:00 PMiiPhaNatiCx
05/24/2023, 9:00 PMNanoBit
05/25/2023, 1:57 AMpublic
schema via triggers.iiPhaNatiCx
05/25/2023, 2:42 PMmultiSchema
and restored the auth
schema tables by creating a new instance in Supabase, taking a backup of the tables in the auth
schema and restoring to the original Supabase instance. Now I am able to create users as expected via UI and API.iiPhaNatiCx
05/25/2023, 2:43 PMNanoBit
05/25/2023, 2:44 PM