Fix a site that works on the server but not your browser
Error: Loads via server curl but not in the browser
The server is serving correctly; your local machine is caching old DNS.
Your OS or browser cached the old (wrong) DNS answer before you fixed the record.
The fix
Chrome: open chrome://net-internals/#dns and click "Clear host cache".
Flush the OS DNS cache.
sudo dscacheutil -flushcache # macOS ipconfig /flushdns # WindowsStill failing? Load the site on mobile data — it bypasses your local DNS entirely and proves the server is fine.
Related Coolify errors
- NET::ERR_CERT_AUTHORITY_INVALID
- TRAEFIK DEFAULT CERT / self-signed certificate
- www.domain.com cert error but apex works
- DNS resolves to the wrong IP / not propagating