Android app network is unreachable error on home network
Hey there, I have this weird issue where my Android app has frequent errors like the one below, but only when I'm on my home network. As soon as I disconnect from the wifi and use my cellular data, everything works just fine.
Error loading image: SocketException: Connection failed (OS Error: Network is unreachable, errno = 101), address = xxx.xxx.xx, port = 443
From the same phone, and on my home wifi, everything works fine when I access the web view on Chrome, same for any computer in the same network.
I'm using Cloudflare Tunnel to access it from anywhere using my personal domain, and the idea is to make it consistent, so my app connects to my server from anywhere, without me having to worry about internal vs external address.
What can I do to troubleshoot this further? Thanks!
Error loading image: SocketException: Connection failed (OS Error: Network is unreachable, errno = 101), address = xxx.xxx.xx, port = 443
From the same phone, and on my home wifi, everything works fine when I access the web view on Chrome, same for any computer in the same network.
I'm using Cloudflare Tunnel to access it from anywhere using my personal domain, and the idea is to make it consistent, so my app connects to my server from anywhere, without me having to worry about internal vs external address.
What can I do to troubleshoot this further? Thanks!