I’m installed DevKinsta 2.13.4 on to Ubuntu 24.04.2.LTS.
I’ve cloned my site from Kinsta and that seems fine.
If I try to open the site I’m redirected from .local:8081 to .local and I get ‘This site cannot be reached’.
I’ve tried with “auto-detect open ports” enabled/disabled.
I’ve changed the default port from 42789 to 8081, and I get the same redirect.
I’ve tried incognito window to avoid some cached settings/value.
docker -ps shows…
I’ve pruned old docker images (docker system prune -a) and restarted, and no change.
hosts file seems fine, they all point to local system..
jp@jp-Inspiron-3721:~$ more /etc/hosts | grep nex
::1 nexy.local
127.0.0.1 nexy.local
::1 www.nexy.local
127.0.0.1 www.nexy.local
127.0.0.1 nexy.local
127.0.0.1 www.nexy.local
::1 nexy.local
::1 www.nexy.local
So I don’t think its a domain name routing issue, just a port forwarding issue.
Can you offer any advice please.