One more workaround is adding your mac’s hostname to /etc/hosts
file along with localhost like the following:
127.0.0.1 localhost <hostnameOfMac>
::1 localhost <hostnameOfMac>
This solved the problem for me.
One more workaround is adding your mac’s hostname to /etc/hosts
file along with localhost like the following:
127.0.0.1 localhost <hostnameOfMac>
::1 localhost <hostnameOfMac>
This solved the problem for me.