All the examples (i.e. docker-compose.auth.yml ) which are tested as http://catapp.localhost/ works only on Firefox but not on Chrome, Opera, Brave browsers.
In Chrome ... there is no response, just rolling wheel forever. On the other hand the Dashboard page on http://0.0.0.0:8080 is accessible from all browsers. Same behavior on different machines. Any idea what is wrong here?
Ubuntu 20.04.3 LTS
Docker version 26.1.4, build 5650f9b
My DNS records are stored at CloudFlare and the page is shown flawlessly with all tested browsers.
Docker+traefik are inside ubuntu VM on Proxmox host and I have defined port forwarding on my router for port 443 to this VM.
It seems you have a complicated setup. subdomain.localhost should resolve to 127.0.0.1. So you need to make sure the target service (or a forwarding service) is listening on this IP.