Unable to delete users from supabase #1300
Replies: 7 comments 5 replies
-
Same, my assumption (perhaps incorrect) is that the user still owns resources in the database\storage, so would need to be deleted\cleaned-up from within the FrontEnd application, but as there is no admin interface, likely requires some scripting\knowledge. |
Beta Was this translation helpful? Give feedback.
-
check this in supabase migration setup file. Keep the same, do not change. Then |
Beta Was this translation helpful? Give feedback.
-
Thankyou, |
Beta Was this translation helpful? Give feedback.
-
Any tips for doing the reset when I try locally, even with a fresh install I get, |
Beta Was this translation helpful? Give feedback.
-
Hi @swiftdev29, were you able to resolve this? I have not been able to fix, even with a new deployment. |
Beta Was this translation helpful? Give feedback.
-
Found this in the SQL logs: |
Beta Was this translation helpful? Give feedback.
-
Okay, the fix was to re-run the storage migration sql with the correct project_url (API settings) and service key. CREATE OR REPLACE FUNCTION delete_storage_object(bucket TEXT, object TEXT, OUT status INT, OUT content TEXT) |
Beta Was this translation helpful? Give feedback.
-
Keeps saying error deleting user, supabase database error.... works with other supabase projects.. any idea what might be causing this?
Beta Was this translation helpful? Give feedback.
All reactions