Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CORS error #5

Open
matthova opened this issue Jun 22, 2017 · 1 comment · May be fixed by #6
Open

CORS error #5

matthova opened this issue Jun 22, 2017 · 1 comment · May be fixed by #6

Comments

@matthova
Copy link

Cloned the repo and went to localhost:3000. Upon updating App.js, the DOM was not updated and The following error resulted in the browser console:

XMLHttpRequest cannot load http://localhost:3001/cf7c56d45d67e84f3b78.hot-update.json. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:3000' is therefore not allowed access.

I'm going to play around a bit with the CORS config to see if I can patch this. Any chance there's something wrong with my local setup?

@matthova matthova linked a pull request Jun 22, 2017 that will close this issue
@valpet
Copy link

valpet commented Jun 22, 2017

I got the exact same error, but pull request #6 solved the issue for me. Thank you @matthova

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants