ingress invalid host header code example
Example 1: webpack server return invalid host header
devServer: {
compress: true,
public: 'store-client-nestroia1.c9users.io' // That solved it
}
Example 2: the request hostname is invalid
ngrok http 8080 -host-header="localhost:8080"