ionorg / ion-app-web

ion web app
MIT License
120 stars 75 forks source link

How to access the website from another laptop or phone on my home network? #141

Closed oren closed 2 years ago

oren commented 2 years ago

Your environment.

What did you do?

I see a video feed of my camera. When I try to connect from my phone and my other laptop I am unable to connect. I use 10.0.0.234:8080 which is my laptop's ip. Any idea why or how to solve this?

What did you expect?

I want to test the video conferencing by connecting from another laptop and a phone in my home network

What happened?

The browsers on the phone and the laptop are 'unable to connect' to the web app

oren commented 2 years ago

I solved the issue by opening the 8080 port on my home router and adding --host 0.0.0.0 in package.json where the webpack-dev-server is used. From some reason nothing happened when I click the video icon. I tried on both firefox and chrome. on my mac, i am getting timeout so i am not even able to see the website. I'll try to troubleshoot it and if I fail, I'll create a separate issue.