I'm running Storybook 6.1.21. At some point it stopped loading on localhost:6006. On localhost it loads a white page in the browser and logs this to the console:
GET http://localhost:6006/main.daf8ed0c474096531109.bundle.js net::ERR_ABORTED 404 (Not Found)
If I open Storybook on http://192.168.86.137:6006 it works fine.
I'm at at loss for how to troubleshoot this, any ideas?
sudo lsof -i -P -n | grep LISTEN
to determine if "node" or anything else is listening on this port – Jeannettejeannie