-
-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug report
- I confirm this is a bug with Supabase, not with my own application.
- I confirm I have searched the Docs, GitHub Discussions, and Discord.
Describe the bug
Hi Folks!
Attempting to setup AWS Cognito using the wrapper always ends in getting the below error when querying the foreign table:
SQL Error [HV000]: ERROR: unhandled error
This is happening using self-hosted and Supabase cli
Tried using the wrapper integration in Studio and following the steps below:
AWS Cognito Docs
What I'm missing here?
Thanks you!
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- Go to Table editor
- Click on the setup foreign table fro Cognito
- Loading of the data will eventually time out and get the error from the supabase-meta container:
{"level":"error","time":"2025-06-02T11:07:14.539Z","pid":1,"hostname":"7ebc9c1fdbef","reqId":"req-5e2","error":{"length":57,"name":"error","severity":"ERROR","code":"HV000","file":"mod.rs","line":"53","routine":"","message":"unhandled error","formattedError":"ERROR: HV000: unhandled error\n"},"request":{"method":"POST","url":"/query","pg":"db","opt":""}}
Expected behavior
Get user info from foreign table in AWS Cognito
System information
- OS: MacOS/Linux Docker
- Version of Supabase docker: (current compose file as of (https://github.com/supabase/supabase/pull/35489[)](https://github.com/supabase/supabase/commit/a57e30f8636f91a8f257fe13887fe9b026e3248c))
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working