This used to work, however, now it doesn’t. After successfully running astro init
and astro dev start
, if I open a browser and try to open http://localhost:8080
it returns this error on Chrome:
This page isn’t working
localhost didn’t send any data.
ERR_EMPTY_RESPONSE
This error on Safari:
Safari Can’t Open the Page
Safari can’t open the page “localhost:8080” because the server unexpectedly dropped the connection. This sometimes occurs when the server is busy. Wait for a few minutes, and then try again.
If I look at Docker Dashboard, I can see the web server and scheduler processes keep restarting every 10 seconds or so. Same thing is reflected in astro dev ps
.
Settings
macOS: Big Sur 11.5 (20G71)
Astro CLI Version: 0.25.1, Git Commit: ab3af105f967105fa23e6c317c474612803b21e2
Docker Desktop: Version 3.5.2 (3.5.2.18)
Docker Engine: v20.10.7
{
"experimental": false,
"features": {
"buildkit": false
},
"builder": {
"gc": {
"enabled": true,
"defaultKeepStorage": "20GB"
}
},
"debug": true
}