-
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
"Cannot find entry file index.ios.js in any of the roots" #10360
Comments
No longer needed IP prefix. Fixed by changing jsCodeLocation back to:
|
Getting this in 0.45.0, Mac OSX Sierra |
Getting this in 0.45.0, Mac OSX Sierra; fixed this by #4035 |
Can someone reopen this? I didn't start seeing this until upgrading to 0.45.0 today. |
Still happening to me, too. Cleaned out everything. No go. |
The path to the server is not found. Just re-start the server manually by |
Having trouble loading js bundle through packager while debugging on device. I can see the request come through from the device but packager sticks at "find dependencies". I can successfully retrieve the bundle in chrome using the same IP.
My jsCodeLocation:
I've added this to my Info.plist to no avail:
<key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</key> <true/> </dict>
First request from chrome successful, second request from device unsuccessful
Error on device
Additional Information
The text was updated successfully, but these errors were encountered: