You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This update broke the loopback. I ran this script to allow it to work again. for ((i=2;i<256;i++)) do sudo ifconfig lo0 alias 127.127.0.$i up done
hopefully this helps someone else.