When I try to deploy my site made with create-react-app to Heroku, I am getting the following error:
SecurityError: Failed to construct 'WebSocket': An insecure WebSocket connection may not be initiated from a page loaded over HTTPS.
I have tried the steps in #8079 but i am still getting the same issue.
Does anyone have any ideas?