Chat-Web-App icon indicating copy to clipboard operation
Chat-Web-App copied to clipboard

400 Bad Request on server

Open rheemcode opened this issue 4 years ago • 0 comments

unable to send messages because socket.io from the cdn is an old and flask doesn't support it ... i fixed it by changing where the cdn is fetched from to the latest version <script src="https://cdn.socket.io/3.1.1/socket.io.min.js"></script> in the base.html file

rheemcode avatar Feb 12 '21 17:02 rheemcode