Hi ,
I run nuxt inside a container, but when I login to the container and tried below command, I got "error getting response: Address not available".
I tried http://127.0.0.1:3000, http://0.0.0.0:3000, and the service name http://app:3000, and got the same error.
node:/app$ wget http://localhost:3000 Connecting to localhost:3000 (127.0.0.1:3000) wget: error getting response: Address not available