This message was deleted.
# helpdesk
s
This message was deleted.
c
From the different device on the same network can you
ping 192.168.3.123
? Sometimes LAN firewall rules will prevent intra-device communication
p
I am running my webapp through 192.168.3.123:3000 from the other device. And that works. Also allowed all ports in inbound rules of firewall
d
I think the issue is it's not advertising the right node-ip to the client.. what do you see when the server starts up? do you see your ip
192.168.3.123
printed in the startup logs?
p
This is what I see when I start the server. (my ipv4 is 192.168.151.113)
and I get this source connection closed in server logs. when trying to access the server in android emulator with flutter-client-sdk example The same log appears when trying to connect through any other device, after a few seconds this error message appears: "could not connect peer connection after timeout".
d
are you only having this issue with Android simulator? are you trying on a physical device connected to the same WiFi access point?
p
yes I tried on physical device. same problem on android emulator, mobile browser, browser of different laptop connected to same wifi.