Upgraded to MacOS Monterey as of 10/27, then my workflow is broken again! Write this short post to remind future myself.

A couple changes

Hostname

It used to be hostname.lan, now it is hostname.local.

gatsby develop

Initially it is gatsby develop -H $(hostname) -p 8000

However, now this somehow doesn't work! And the latest command is: gatsby develop -H 0.0.0.0

then gatsby displays a static IP, such as 10.0.0.61:8000 for connection in the same LAN.

What I Learned

Just wait for a while for the latest MacOS, it's definitely not so stable. What's the point to change the hostname suffix?!