-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Error with hot reloading #2989
Comments
It works for me when I start the server with |
@andreasgruenh Adding |
Hi @andreasgruenh @gagan0723 please see #2983 (comment) and #2960 (comment) and more recent comments. Looks like we should default to |
Steps
gatsby new tutorial-part-one https://github.com/gatsbyjs/gatsby-starter-hello-world
cd tutorial-part-one && gatsby develop
index.js
insrc/pages/
and save the file.Expected behavior
Gatsby’s development server should hot reload in the browser and reflect changes made in
src/pages/index.js
. The view must be as below:Actual behavior
No hot reloading in the browser.
Errors in console
For changes to get reflected the browser needs to be refreshed.
The text was updated successfully, but these errors were encountered: