devtron
devtron copied to clipboard
CORS issue with https://atom.io/download/atom-shell/index.json
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.
Noticed that today as well. Some fix for that? :)
Encountered this as well...
Running a React app on http://localhost:8080
Can anyone help?
Me too.

Is this possible/desirable to fix?