Hello, I am wanting to use an AWS CloudFront Distribution as a front to my EC2 instance so I can use the CloudFront SSL to secure API calls. When I create the distribution to my EC2 instance using port 1880 for HTTP and HTTPS I get a shell of the NodeRed dashboard, but there are failures which result in the labels and palate not loading. Instead I see things like "label.password".
The failures I see in the browser console show 400 errors while going out to the CloudFront URL to get the labels. The specific error is calling a length function on undefined.
Has anyone implemented NodeRed in EC2 with a CloudFront distribution successfully?
Thank you.