Reputation: 1951
I have a local clone of the git repo for node-red on Windows. Runs great locally. I then deploy this to Azure (which requires a minor port change) and the app runs on Azure, BUT, I am seeing the following behavior:
I have tried http and https. I have no idea what is special about this applications requirements, it is a simple azure deployment.
Ideas?
Upvotes: 2
Views: 1912
Reputation: 59866
To follow up on my comment.
The errors are normally associated with the Node-RED console not being able to create a websockets connection to the server.
It looks like you may have to enable Websockets for a site hosted on Azure:
http://azure.microsoft.com/blog/2013/11/14/introduction-to-websockets-on-windows-azure-web-sites/
Upvotes: 1