Bug report
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
Additional context
Add any other context about the problem here.
Bug report
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:
{"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
Additional context
Add any other context about the problem here.