mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
998b50fdf4
We are seeing a weird resolution error on Github actions with the following backtrace: ``` Failure/Error: visit File.join( GlobalSetting.relative_url_root || "", "/session/#{user.encoded_username}/become.json?redirect=false", ) Socket::ResolutionError: getaddrinfo: Temporary failure in name resolution ``` Switch to use `127.0.0.1` instead of forcing a name resolution.