Q: Date/Time this occurred (Provide your time zone also) A: 3 weeks ago. After updating Devkinsta and Docker. Timezone GMT+2
Q: DevKinsta Version A: 2.10.0
Q: OS Version A: MacOS 12.0.1
Q: Docker Desktop Version A: 4.17.0
Q: Were any error codes or messages observed? If so, what were they? A: ERR_CONNECTION_REFUSED
Q: Detailed Description of the Problem
A: Since I updated DevKinsta (and Docker) I cannot visit any of my local websites anymore. Every website I visit I get ERR_CONNECTION_REFUSED. Tested in multiple browsers.
What strikes me is that since I did the update and I open a site from the Devkinsta panel I get the port number behind every site :57357. This was not the case before. I could just visit any .local domain directly.
Hey @robbertv , welcome to DevKinsta Community!
Can you please send me a copy of your main.log file via DM? You can find it by clicking on the question mark icon at the bottom left corner of DevKinsta and then on Reveal log file in File Manager.
We’d like to give a look at it and help you find the culprit.
Thank you for providing the requested log file @robbertv.
Can you please try to create a new site and tell us if you are able to see it without issues?
Regarding the ports, was DevKinsta recently updated?
Also, can you please open the application called Terminal and run a ping as in:
ping yoursite.local
replacing yoursite with one of the existing domain added in DevKinsta. Do you see a response similar to the following, or a timeout?
PING yoursite.local (127.0.0.1): 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.096 ms
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.129 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.164 ms
Yes, I get the same output when pinging one of the earlier websites:
64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.112 ms
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.160 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.164 ms
64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.234 ms
64 bytes from 127.0.0.1: icmp_seq=4 ttl=64 time=0.309 ms