-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
React Native "GET /onchange HTTP/1.1" - - "-" "okhttp/3.6.0" log after react-native update #22095
Comments
I'm face this issue too, when I downgrade to 0.55.4, all works again |
Me too. Is there any solution? I hate downgrade. |
I have the same issue.... |
same here |
Looks like something from the update.. Maybe its a watchman issue ? I've been trying to look for a flag to stop these logs but no luck so far.. |
Yea, I believe this is an Expo issue only. |
My project is to react native cli, and I had the same problem |
same issues,and there are too many Http infos..... |
update your expo-cli to latest version, should fix most of it except the |
I'm not using expo-cli, I don't have expo in my project, and I face this problem, too... is there any solution? anyone? |
UP |
I only had this issue when I enabled live-reloading on the emulators. Once turned off the problem went away. |
Based on @Thimeryan's comment, it sounds like this network request is expected with live reloading. |
Run command on windows |
|
Environment
[skip envinfo]
Description
I've just updated from react native version 0.55 to 0.57.
After I start the project,
I keep on getting this log
on console.log every 10 seconds. The project works fine though. What is this and why is this outputted on the console log? can i disable it?
p.s. I'm using expo-cli. Could this be expo issue?
The text was updated successfully, but these errors were encountered: