You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using AWS SDK and Supabase presign won't work in local test:
bun run test:supabase-s3 1 ✘ 12:08:48
$ bun test test/supabase_s3.test.ts
bun test v1.2.2 (c1708ea6)
test/supabase_s3.test.ts:
error: Unable to connect. Is the computer able to access the url?
path: "http://kong:8000/storage/v1/object/upload/sign/uploads/test-1741004174306.txt?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiJ1cGxvYWRzL3Rlc3QtMTc0MTAwNDE3NDMwNi50eHQiLCJ1cHNlcnQiOmZhbHNlLCJpYXQiOjE3NDEwMDQxNzUsImV4cCI6MTc0MTAwNDIzNX0.oSVT-Rjl5mxFnMdrBy0GzD0-Q1m2vUr10Fh6PYwZIRo",
errno: 0,
code: "ConnectionRefused"
✗ Storage Upload > should generate signed URL and upload file [1320.29ms]
0 pass
1 fail
5 expect() calls
Ran 1 tests across 1 files. [1483.00ms]
error: script "test:supabase-s3" exited with code 1
And for AWS one:
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Describe the bug
using AWS SDK and Supabase presign won't work in local test:
And for AWS one:
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
https://github.com/riderx/supabase_edge_issue/tree/test_s3
Expected behavior
AWS and supabase presign should work in egde local
The text was updated successfully, but these errors were encountered: