You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a backend for frontend running on port 3000. Is it possible to configure HMR in a way that it works correctly in those situations so that I don't get request errors when react refresh tries to gather information about refreshing my app?
I get this error because of the request hitting my express server:
Hello!
I have a backend for frontend running on port 3000. Is it possible to configure HMR in a way that it works correctly in those situations so that I don't get request errors when react refresh tries to gather information about refreshing my app?
I get this error because of the request hitting my express server:
The request URL is http://localhost:3000/ws/337/tt0fq4rk/jsonp?c=_jp.ant25bi and react refresh is one of the initiators of this request.
The response for this request is actually the main page my backend for frontend powered by express delivers.
Thank you!
The text was updated successfully, but these errors were encountered: