Socket.IO not working in regular browser mode (but works in incognito)

156 Views Asked by At

I have to connect to Socket.IO server from my app. I'm using Angular wrapper ngx-socket-io without any special options set. I have noticed that everything works when I'm connecting in incognito mode - in regular mode I get "cannot connect exception".

I was compering requests in Chrome Dev console and I haven't seen any difference between them. Have anyone noticed similar issues ?

0

There are 0 best solutions below