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
Bug
I've only experienced and been able to reproduce it on Android.
Not that I've been able to detect.
Environment: React: 18.2.0 React native: 0.74.0 react-native-background-downloader: ^3.1.2 Node: 18 Java: 17
Target Platform: Android (34.0)
The file should correctly download after the URL responds.
The download is permanently in a state of "Pending" and never finishes.
The following repository contains a basic app to recreate the issue: https://github.com/Cereser01/wdvcamerapoc
How to reproduce using the app from the above repository:
How to reproduce from scratch:
The problematic URL takes 2 to 6 minutes to respond after being called.
The text was updated successfully, but these errors were encountered:
I am having the same problem. Cereser01, were you able to resolve the issue?
Sorry, something went wrong.
No branches or pull requests
Is this a bug report, a feature request, or a question?
Bug
Have you followed the required steps before opening a bug report?
Is the bug specific to iOS or Android? Or can it be reproduced on both platforms?
I've only experienced and been able to reproduce it on Android.
Is the bug related to the native implementation? (NSURLSession on iOS and Fetch on Android)
Not that I've been able to detect.
Environment
Environment:
React: 18.2.0
React native: 0.74.0
react-native-background-downloader: ^3.1.2
Node: 18
Java: 17
Target Platform:
Android (34.0)
Expected Behavior
The file should correctly download after the URL responds.
Actual Behavior
The download is permanently in a state of "Pending" and never finishes.
Steps to Reproduce
The following repository contains a basic app to recreate the issue:
https://github.com/Cereser01/wdvcamerapoc
How to reproduce using the app from the above repository:
How to reproduce from scratch:
Relevant information
The problematic URL takes 2 to 6 minutes to respond after being called.
The text was updated successfully, but these errors were encountered: