-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
TypeError: Network request failed randomly in IOS #49037
Comments
Warning Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
|
please any updates , this is a critical issue. |
Hey @Nader-CS, Could you please share a reproducible example for this issue? You can use this template: Reproducer Template. Additionally, based on the output of npx react-native info, it looks like you are currently using the old architecture. Would you mind checking if the issue persists when using the new architecture as well? |
unfortunately , this is commerical app and also can't re-produce it :( @sarthak-d11 |
Description
some users reported network request failed using rtk query or
TypeError: Network request failed randomly
for some api's and others works fine , according to this issue opened by me in redux toolkit link , the issue arises from react native environment , this issue happen randomly in ios , i mean same user in other device can request this api and works fine , the request not even reaches to our server.api.config
profile.js
Errorview.jsx
Steps to reproduce
useQuery
)React Native Version
0.75.4
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
commercial app
Screenshots and Videos
The text was updated successfully, but these errors were encountered: