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 documentation for launching a Nuxt app on Digital Ocean App Platform are missing a crucial step to set the
HOST
environment variable to0.0.0.0
. If you don't set that, it will only listen onlocalhost
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