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
I am sending the file to the s3 service, but an error occurs with the status 201, but with the response "User not found".
Headers:
Preview:
The problem is that with such an error, the library issues its own untraceable error What is indicated in sources
Sometimes indicates that credentials are not specified
The text was updated successfully, but these errors were encountered:
+1, also getting this error atm
Trace stack points to the same line
Was able to get the original error by rewriting the request in fetch, but ideally the error would propagate correctly/wouldn't get eaten by this line
Curious to see how this'll get resolved
Sorry, something went wrong.
The error indicates that you are passing undefined as the first argument to Ky.
undefined
Could you please show your code that causes the error?
No branches or pull requests
I am sending the file to the s3 service, but an error occurs with the status 201, but with the response "User not found".
Headers:
Preview:
The problem is that with such an error, the library issues its own untraceable error
What is indicated in sources
Sometimes indicates that credentials are not specified
The text was updated successfully, but these errors were encountered: