Just installed GOS on a Pixel 8a. I have a raspberry pi connected to my home network that hosts a handful of utility services for devices connected to the network. Each service is supposed to be accessible via it's IP:Port, and I can access it fine on every other device, but the Pixel cannot connect to it. This happens whether I try to connect through the associated app or Vanadium.
If I try to connect directly via the browser I get this error:
Firewall or Antivirus software may have blocked the connection. ERR_NETWORK_ACCESS_DENIED
I also get this message when I try to login to the router on 192.168.1.1.
If I try to connect via the associated apps I get this error:
Error: com.android.volley.NoConnectionError:java.net.ConnectException: Failed to connect to /192.168.1.100:1000
It looks like a Firewall issue, but from what I'm reading there's no way to tweak those settings other than toggling network permissions on the apps. The apps already have network permission though, so I'm a bit stumped. Is it some other issue I'm not seeing? If it is a Firewall, how do I fix it?