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
createSignedUrls
The response for the createSignedUrls data is not the same as the actual data returned by the function.
Steps to reproduce the behavior, please provide code snippets or a repository:
Call the createSignedUrls function and compare with the typed data.
Consistency between response data and type.
Response type:
Actual Data:
[ { error: null, signedURL: "/object/sign/public/users/05e60ccc-f249-41fa-a358-38d6a9c36e74/file.txt?token=eyJhbGciOiJIUzI1NiIsIn...", signedUrl: "http://supabase_kong_hyperion-app:8000/storage/v1/object/sign/public/users/05e60ccc-f249-41fa-a358-3..." }, { error: null, signedURL: "/object/sign/public/users/05e60ccc-f249-41fa-a358-38d6a9c36e74/file(1).txt?token=eyJhbGciOiJIUzI1NiI...", signedUrl: "http://supabase_kong_hyperion-app:8000/storage/v1/object/sign/public/users/05e60ccc-f249-41fa-a358-3..." } ]
The text was updated successfully, but these errors were encountered:
any update on this issue?
Sorry, something went wrong.
Update?
No branches or pull requests
Bug report
Describe the bug
The response for the
createSignedUrls
data is not the same as the actual data returned by the function.To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Call the
createSignedUrls
function and compare with the typed data.Expected behavior
Consistency between response data and type.
Screenshots
Response type:
Actual Data:
System information
The text was updated successfully, but these errors were encountered: