devtron icon indicating copy to clipboard operation
devtron copied to clipboard

CORS issue with https://atom.io/download/atom-shell/index.json

Open wojtkowiak opened this issue 7 years ago • 4 comments

My app is spawning a local http server, and the renderer is simply fetching http://127.0.0.1:8036. I have this CORS error when using devtron. Is there anything we can do about it? Either you or me :wink:?

Fetch API cannot load https://atom.io/download/atom-shell/index.json. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8036' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.

wojtkowiak avatar Oct 18 '16 20:10 wojtkowiak

Noticed that today as well. Some fix for that? :)

levrik avatar May 27 '17 15:05 levrik

Encountered this as well...
Running a React app on http://localhost:8080

screen shot 2017-11-03 at 23 49 55

Can anyone help?

alexilyaev avatar Nov 03 '17 21:11 alexilyaev

Me too. screenshot-2018-02-03-11-21-02

ncaq avatar Feb 03 '18 02:02 ncaq

Is this possible/desirable to fix?

cmeeren avatar Jun 16 '19 19:06 cmeeren