Search code examples
supabase

local supabase dev cannot delete users


So i have supabase running locally via their cli and its running in docker via the supabase start command. Everything seems to work correctly EXCEPT i cannot delete any users, i have to dump the entire db and reset the docker container/delete the volume to get back to a fresh system. I dont every recall having this issue a few years ago when i used supabase locally.

When i try to delete a use i get an error popup: Failed to delete user: API error happened while trying to communicate with the server. Doesnt matter what i try i cant get ANY user to be removed. This error happens when the user is brand new and has nothing tied to them in terms of data or anything. They just fail to be removed everytime.


Solution

  • Looks like they fixed it but the fix hasn't been shipped to production yet. Link to issue: https://github.com/supabase/supabase/issues/32901.