Skip to content
New issue

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

type \"extensions.http_request\" does not exist #101

Open
jeromewe opened this issue Jun 27, 2024 · 2 comments
Open

type \"extensions.http_request\" does not exist #101

jeromewe opened this issue Jun 27, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@jeromewe
Copy link

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:

  1. Go to '…'
  2. Click on '…'
  3. Scroll down to '…'
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

image ## System information
  • OS: [e.g. macOS, Windows]
  • Browser (if applies) [e.g. chrome, safari]
  • Version of supabase-js: [e.g. 6.0.2]
  • Version of Node.js: [e.g. 10.10.0]

Additional context

Add any other context about the problem here.

@jeromewe jeromewe added the bug Something isn't working label Jun 27, 2024
@jeromewe
Copy link
Author

Is it because AWS RDS does not support http extension?

@jeromewe
Copy link
Author

jeromewe commented Jun 27, 2024

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant