SupabaseS
Supabase2mo ago
Herno

Users are not created by seeders

I have the following query to create users in a local supabase, I added it to a seeder, but for some reason it only creates the first 3, do you know why?

It creates the first 3 users correctly, but not the 4th, even though it's exactly the same. There's no syntax error since I ran it from the console and it says it creates it, but when I go to Authentication, the new user doesn't appear. It's as if it limits the users to 3.
Was this page helpful?