I'm having some issues with getting FlexDash setup with Socket.io. I have flexdash setup and install, the start.html file created and in flexdash-src directory and I'm receiving the below error.
@ryanprel I would recommend holding off on trying out FlexDash. I have a complete overhaul in the works that should be ready for initial testing in 1-2 weeks. It completely changes the way it integrates with Node-RED, so anything you do now will be obsolete.
WRT your problem at hand, the node-red log may have some errors, but also the browser's console. Unfortunately the websockets underlying socket.io don't provide decent error feedback. BTW, you have HTTPS checked: do you actually have Node-RED running with HTTPS?
Thanks for the feedback on the issue - I'll just hold off on building that out and work on other stuff for now. I don't have https setup so good catch. Disabling https didn't make any difference for my setup. Since I don't have anything configured yet, would you recommend just removing all of FlexDash and install everything from scratch for your new update? @tve