[solved] Generating users in seed.sql
Hi folks,
I would like to generate a handful of users + public profiles in my local dev environment but I can't get it to work. I found some docs and GitHub discussions around the topic but it didn't help me solve the problem.
Ultimately, I created a user in the UI and logged in, to see which columns in the
Here's a snippet from my
Am I missing something, or am I approaching this incorrectly?
I would like to generate a handful of users + public profiles in my local dev environment but I can't get it to work. I found some docs and GitHub discussions around the topic but it didn't help me solve the problem.
Ultimately, I created a user in the UI and logged in, to see which columns in the
auth.users table will be filled. I then used this information in my seed.sql file. And while the users are actually showing up in the UI, when trying to log in (or sending a magic link from Studio), I am getting an Database error finding user / Failed to send magic link: Database error finding user error.Here's a snippet from my
seed.sql:Am I missing something, or am I approaching this incorrectly?