Replies: 3 comments 5 replies
-
Try another browser to rule out an extension blocking 405. |
Beta Was this translation helpful? Give feedback.
-
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.
-
I have the same issue. I upgraded supabase from 2.0.0 to 2.6.8 (Already hat the problem with 2.0.0 / Probably i pulled a new DB?) and completely prune all docker files. With a fresh supabase start and no modification whatsoever, i get "Method not Allowed" after creating an user in studio and then trying to deleting it. |
Beta Was this translation helpful? Give feedback.
-
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