Hi. I’m just getting started with Django and I see this message popping up when I run my application:
[19/Feb/2021 19:39:46] "GET /socket.io/?EIO=3&transport=polling&t=NUzXPq6 HTTP/1.1" 404
2124
Not Found: /socket.io/
I haven’t implemented socket.io to handle websockets. Why would this message be appearing?
Thanks!