website-v2
website-v2 copied to clipboard
DigitalOcean App Platform deployment docs are missing HOST=0.0.0.0
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
Related to #1418