Replies: 2 comments 3 replies
-
Try another browser to rule out an extension blocking 405. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I'm also running into this issue locally on 2.6.8. For now I've been able to get past this by just resetting my database and messing with the seed.sql file. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context:
I've recently deployed Supabase locally on my machine, everything worked great until I tried to delete a test user in Supabase Studio
http://127.0.0.1:54323
auth section.Problem:
When I attempt to delete the user, I get this error message:
"Failed to delete selected users: API error happened while trying to communicate with the server.".
After digging into it a bit, I noticed this seems to be related to the Studio itself. Here's a screenshot of the request:
What I’ve Tried:
I dug deeper into the source code and found where the delete request is handled. From what I can tell, it should work, but for some reason, it's not,
Here’s the code snippet:
Question:
Does anyone know what’s going on here? Is there some configuration I missed, or could it be a bug?
I’d really appreciate any advice or ideas on how to fix this!
Beta Was this translation helpful? Give feedback.
All reactions