Closed
Description
Platform
macOS
Operating system version
macOS Sequia 5.3.2
System architecture
ARM64 (M1, M2, etc)
Herd Version
1.20.0 (Build 45)
PHP Version
Any PHP version
Bug description
I had issues with all my sites returning 504 yesterday. So I updated them to Laravel 12 from 11 and went to PHP 8.4 from 8.3
Now, the websites are showing:
This site can’t be reached
riftsurge.test’s server IP address could not be found.
Try:
Checking the connection
[Checking the proxy, firewall, and DNS configuration](chrome-error://chromewebdata/#buttons)
ERR_NAME_NOT_RESOLVED
And when I try to run npm run dev
, I get:
error when starting dev server:
Error: getaddrinfo ENOTFOUND riftsurge.test
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:120:26)
Not sure what to do, no websites or any php version work
Steps to reproduce
No response