Lag when building (SOLVED)

I’ve been getting a strange lag when building locally from the editor today. 5-10 seconds before the build is launched.
Looking at the log, it seems is looking for some host before falling back to localhost. Note that that host does not exist in my network (and it never has). Any idea?

I have the same problem (on Mac), solved typing “sudo hostname localhost” in a terminal each time I launch Defold editor. I am not sure this may help…

1 Like

Turns out that host is my machine actually!
hostname is assigned automatically when I connect to my work’s VPN.
Disconnecting everything works as expected :slight_smile:

2 Likes