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
garyaustin
garyaustin3w ago
Look in the Postgres log for the error. Probably you have a row in another table with an fk pointing to this user id.
Phillip
PhillipOP3w ago
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
silentworks
silentworks3w ago
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.

Did you find this page helpful?