screener-storybook
screener-storybook copied to clipboard
bind and check against the same host
this was causing an issue on latest osx. My assumption is that it binds to the 127.0.0.1 ip4 address and uses the resolved ip6 address for localhost to connect to the server.
I had the same issue running screener-storybook in Github Actions and this fix works for me.