I cant delet one users in the Supabase dashboard and in my frontend
I wanted to delet a user in the authentication table.
But for some reason it doesnt let me:
Error code:
-Failed to delete selected users: Database error loading user
-Failed to delete user: Database error loading user
please let me know if anyone has a solution
3 Replies
Look in the Postgres log for the error. Probably you have a row in another table with an fk pointing to this user id.
hey, nah that was not the problem, i just had to use the sql editor and now it worked, i dont know what the problem was
I guess now you won't know what the actual probem was if you didn't check the logs for the error. I probably would have been helpful for the next time you run into this issue.