Fly doesn't work with www

Hi,

I deployed my remix app with the node js server to Fly and it works perfectly.

https://my-app-name.fly.dev

I also handle the www to non-www redirect in the node server, it worked as well

https://www.my-app-name.fly.dev -> https://my-app-name.fly.dev

However, today I test the www URL and it doesn’t work with the error. I was wondering why it suddenly stops working.

This site can’t provide a secure connection
www.my-app-name.fly.dev sent an invalid response.
ERR_SSL_PROTOCOL_ERROR

Thanks so much for your help!