Endless 101 Switching Protocols requests

231 Views Asked by At

I have simple react app, and express backend with rest api. I am making request from employees component to backend, and i'm getting data (from mongodb), but in chrome dev tools i see endless ws requests. How can i avoid it?

chrome dev tools

useAxios hook

Employees comp

employees controller

employees router

0

There are 0 best solutions below