-
Notifications
You must be signed in to change notification settings - Fork 88
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
Image upload always fails in android using StatusUpdateForm component #170
Comments
@aamir-ans we are working on this issue. Will keep you posted :) |
@vishalnarkhede Thanks for the update, can you let me know which stable version I can use for now ? |
@vishalnarkhede Any update or which version I can use for now ? |
@aamir-ans Publishing a patch in hour!! |
@aamir-ans please upgrade to
|
@vishalnarkhede Thanks for update. |
@aamir-ans For now, no!! |
@vishalnarkhede Hey I'm not able to upload an image using client.images.upload() function, getting just this error |
@aamir-ans Its a well known issue that Flipper or Chrome debugger interferes will network calls, causing image uploads to fail. So either you should upgrade Flipper to latest version or disable any kind of debugger before testing image uploads |
@aamir-ans please reopen if you are still facing the issue even after disabling debugger!! |
@vishalnarkhede
react-native-activity-feed
version: 1.0.1`npm list --pattern
getstream
version: 7.2.0Describe the bug
Problem with uploading an image using StatusUpdateForm component.
Always shows popup with error attached screenshot below :
Internet is working fine also checked with multiple small images as well.
Expected behavior
Image should upload if size and network is fine.
The text was updated successfully, but these errors were encountered: