We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A 500 Bad Request was encountered while performing a delete
Steps to reproduce the behavior, please provide code snippets or a repository:
A clear and concise description of what you expected to happen.
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Is it because AWS RDS does not support http extension?
Sorry, something went wrong.
The Gotrue encountered a 500 error when performing delete operations. code:
` const supabaseAdmin = createClient( process.env.NEXT_PUBLIC_SUPABASE_URL!, process.env.SUPABASE_SERVICE_ROLE_KEY! )
const { data, error } = await supabaseAdmin.auth.admin.deleteUser('e731c48f-7232-4935-bb92-75bb6d1aedf1') console.log(data)
` logs:
10.0.88.168 - - [27/Jun/2024:07:51:59 +0000] "DELETE /auth/v1/admin/users/e731c48f-7232-4935-bb92-75bb6d1aedf1 HTTP/1.1" 500 99 "-" "node" kong_request_id: "f13aa246682d841fd9b1486d4be7dc6c"
No branches or pull requests
Bug report
Describe the bug
A 500 Bad Request was encountered while performing a delete
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
## System informationAdditional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: