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
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 😉?
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.
The text was updated successfully, but these errors were encountered:
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 😉?
The text was updated successfully, but these errors were encountered: