nuxt / website-v2

Nuxt 2 Documentation Website
https://v2.nuxt.com
Other
2.25k stars 1.19k forks source link

DigitalOcean App Platform deployment docs are missing HOST=0.0.0.0 #1679

Open foundryspatial-duncan opened 3 years ago

foundryspatial-duncan commented 3 years ago

The documentation for launching a Nuxt app on Digital Ocean App Platform are missing a crucial step to set the HOST environment variable to 0.0.0.0. If you don't set that, it will only listen on localhost and the app will fail to deploy when the initial healthcheck times out.

The page I'm referring to is: https://nuxtjs.org/docs/2.x/deployment/deploying-to-do-app-platform

smarroufin commented 3 years ago

Related to #1418