peterdev wrote a comment+100 XP
4mos ago
6 years as an employee and every single request I've made here has been denied. Just a number to them. The death of a passionate, dreamer programmer.
peterdev wrote a comment+100 XP
5mos ago
For me that I'm italian is a good feature the subtitles! But in this video you say that I can enable also Audio translations, maybe now have you disabled this feature?
peterdev wrote a reply+100 XP
5mos ago
fixed by deleting all from Valet configuration. Maybe also custom resolver TLD was the problem, is it possible? Can't I change from .test to .local in Herd? All my project use .local, now I have to change all values inside databases?
peterdev wrote a reply+100 XP
5mos ago
ls /etc/resolver local test
There are other types of problems, maybe permissions with Nginx?
peterdev started a new conversation+100 XP
5mos ago
Hi everyone,
after upgrading my Mac to macOS Tahoe 26 I’m having issues with local domains.
Before the update I was using Laravel Valet without any problems. After the upgrade, none of my .local projects are reachable anymore. I also tried Laravel Herd, but the behavior is the same.
When I visit example.local the browser can’t resolve the domain.
If I manually map it to 127.0.0.1, the domain resolves, but Herd shows a "site not found" page saying the project is not in the parked paths.
What’s strange is that:
ping example.localresolves to127.0.0.1- the project folder is inside
~/Sites Sitesis already parked in Herd
This makes me suspect a macOS-related DNS or permissions change after the update.
Has anyone experienced something similar on Tahoe?
Any idea what I should check next?
Thanks 🙏