next.js
42ad2cef - Set standalone server default hostname to `0.0.0.0` (#54445)

Commit
2 years ago
Set standalone server default hostname to `0.0.0.0` (#54445) By default Next.js listens on localhost, platforms like Google Cloud Run and fly.io will fail to deploy apps that listen on `localhost`, Next.js should bind to `0.0.0.0` instead Related to #54342 Fixes #49777 Fixes #54133
Author
Parents
Loading