We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
I got the exact same error, but pull request #6 solved the issue for me. Thank you @matthova
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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?
The text was updated successfully, but these errors were encountered: