My Google Compute Engine click-to-deploy mean stack deployment failed with the error:
"Replica mean-m9df failed with status PERMANENTLY_FAILING: Replica State changed to PERMANENTLY_FAILING. Replica was unhealthy 2 consecutive times"
Following the instructions on the troubleshooting page I tailed the stdout file and saw this line:
Running command: curl -s -o /dev/null -w "%{http_code}" http://localhost:3000
showed the followed this error:
000Command 'curl -s -o /dev/null -w "%{http_code}" http://localhost:3000' failed - retry after sleep 2 seconds...
repeated ~ 50 times.
How do I fix this error?
Thanks, Phil