isomorphic-material-relay-starter-kit icon indicating copy to clipboard operation
isomorphic-material-relay-starter-kit copied to clipboard

'Access-Control-Allow-Origin' wildcard error

Open sidutta opened this issue 8 years ago • 0 comments

I get the following error on console when I execute npm run dev on console and run localhost:4444 on chrome.

XMLHttpRequest cannot load http://localhost:8080/sockjs-node/info?t=1486303721476. The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. Origin 'http://localhost:4444' is therefore not allowed access. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute.

sidutta avatar Feb 05 '17 14:02 sidutta