Open mreinsch opened 1 month ago
You're not the only one: https://obdev.at/blog/should-i-upgrade-to-macos-sequoia-now/
Thanks, I can confirm that disabling the MacOS firewall resolves this issue.
So probably nothing puma-dev can do here, but hopefully this will help others.
If disabling the MacOS firewall is not an option then adding static entries in /private/etc/hosts
can be another workaround.
I'm seeing quite odd behaviour with puma-dev on MacOS 15.0. The symptoms are that after some time the browser can't resolve my .test domains anymore and returns an error.
After digging a bit, I can reproduce this now using
dig @127.0.0.1 -p 9253 service.test.
which contacts puma-dev's DNS directly. For the first two requests I was getting a good response, something like:But then on the third try I'm getting after some delay:
I can reproduce this by killing puma-dev and running dig three times.
There isn't anything in the logs, I only see three times the following in the MacOS console app:
On an older computer still running MacOS 13 all seems to be working fine. Also didn't have any issues with puma-dev before the update to MacOS 15.