-
Notifications
You must be signed in to change notification settings - Fork 552
New issue
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
File upload does not support remote urls anymore #610
Comments
Fix pushed in 3.8.1. Thanks @ob-stripe @remi-stripe! |
Hey guys! Here is the output:
|
Hi @AlexanderFisenko. Can you open a new issue for this, and share the exact code you're using to send your request? |
Hi @ob-stripe. Done #761 |
If you try to upload a file via the API with a remote URL, you get back the error
invalid hash
. This used to work on 1.X (up to 1.58.0) but broke on 2.0.0 (real crash) and then another fix in 2.0.1 that lead to the current error. It also seems to only work with JPG files for that matter and crashed even on 1.X for PNG or SVG.Example code to reproduce
The text was updated successfully, but these errors were encountered: