m
r
hey @User did you by any chance remove rows from the dev env db directly?
by accessing the database yourself
m
yesss 😦 In development environment
r
Ahhh that's why
m
for testing using
r
So you deleted the user from one table, but you also had to delete it from another table (called
all_auth_recipe_users
)
If you do that, and make
all_auth_recipe_users
and
emailpassword_users
consistent again, this error should go away
m
ahhhh, at first I did but later due to time...
r
hehe.. well..
m
I am going to try
sorryyy
r
Lmk if this error still persists after you have made the tables consistent.
m
okkkk
Done, it's working
😉