Unable to preview project on mobile device
See original GitHub issueI’m submitting a…
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
[ ] Feature request
[ ] Documentation issue or request
[x] Other: Feature malfunction
Current behavior
Live Server works just fine to preview my project on the browser from my computer. The issue I have is that I’m unable to preview it from my mobile device (Samsung Galaxy S5, my browser is Google Chrome). I followed the instructions from the FAQ section but I didn’t succeed. The preview takes so much to load. Finally, it ends up showing this message:
You can’t access this site. 192.168.xx.xx took so much to reply. Look for 192.168 5500 index in Google. ERR_CONNECTION_TIMED_OUT
Expected behavior
Being able to preview my project on the browser from my phone.
Environment
Browser:
- Chrome (mobile) version 67.0.3396.81
For Tooling issues:
- Live Server: 4.1.0
- Desktop Platform: Windows 10
- Mobile Platform: Android 6.0.1; SM-G900H Build/MMB29K
- Visual Studio Code: 1.24.0
Others
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (2 by maintainers)
Top Results From Across the Web
Xcode 13 preview failed - The proj… | Apple Developer Forums
I downloaded the Xcode 13 and created a new project, named 2021107. After launching the program and without writing any code, the preview...
Read more >Xcode 14: Cannot preview Swift project in connected device
I'm new to Swift and Xcode and have been having issues previewing projects on my connected device (iPhone 13). I'm able to preview...
Read more >I can't load or import files/ play preview/ playback project. What ...
I can't load or import files/ play preview/ playback project. ... Check that all assets in the project are saved to your phone's...
Read more >Preview your prototypes on mobile devices - Adobe Support
Preview your mobile designs in real time, or open your saved XD files from Creative Cloud, using XD app on a mobile device....
Read more >The preview app on Android won't connect to the server
FailedToConnectToProxy : Failed to connect to proxy: 03-26 ... enabled on your Android device (sharing the mobile network over USB), ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Enable
"liveServer.settings.useLocalIp": true
and try again.Sometimes, the firewall blocks incoming requests. Try to turn off firewall temporarily & try again.