Can't connect to localhost after Sequoia 15.4.1 upgrade
I run a docker container serving http://localhost:5678 that was working fine in Chrome before I upgraded to Sequoia 15.4.1. I now get "Site can't be reached - localhost refused to connect". I've tried restarting everything several times but can't find why this is now happening and how to fix it.
I can ping localhost in a terminal window ok. Container status in Docker reports no problems. I installed a completely standard Postgress container running on port 3000, same problem.
I have a brand new MacBook Air 15". Firewall is turned off. My /etc/hosts file:
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost