new pages dont update: Tutorial can't be followed
See original GitHub issueDescription
I am new to Gatsby (ie. today is my first dive). Following the Gatsby tutorials here https://www.gatsbyjs.org/tutorial/ I find I have to restart Gatsby develop to view new pages.
Steps to reproduce
-
Follow the Gatsby tutorials on a new machine with a new Gatsby setup
-
Add a new page (ie src/pages/about.js)
-
Check the develop browser window, and go to the new page
all new pages use this initial structure:
import React from "react" export default () => (
-
We see a 404 page with “There’s not a page yet at /test/”
-
Stop, then restart the Gatsby develop processs
-
Now it works!
(I have installed nvm, and tried toggling from latest node (13.12.0) back to LTS node (12.16.1), no difference)
Expected result
We shouldn’t have to restart Gatsby develop according to your tutorial.
Actual result
See above - -pages don’t load.
Environment
System: OS: macOS 10.15.4 CPU: (6) x64 Intel® Core™ i5-9600K CPU @ 3.70GHz Shell: 5.7.1 - /bin/zsh Binaries: Node: 12.16.1 - ~/.nvm/versions/node/v12.16.1/bin/node npm: 6.13.4 - ~/.nvm/versions/node/v12.16.1/bin/npm Languages: Python: 2.7.16 - /usr/bin/python Browsers: Chrome: 80.0.3987.149 Firefox: 73.0.1 Safari: 13.1
Issue Analytics
- State:
- Created 3 years ago
- Comments:15 (6 by maintainers)
Hi @MattAppleton !
Sorry to hear you’re running into an issue. I tried to reproduce this but couldn’t - pages are created normally, I don’t need to restart develop to see the page.
To help us best begin debugging the underlying cause, it is incredibly helpful if you’re able to create a minimal reproduction. This is a simplified example of the issue that makes it clear and obvious what the issue is and how we can begin to debug it.
If you’re up for it, we’d very much appreciate if you could provide a minimal reproduction and we’ll be able to take another look.
Thanks for using Gatsby! 💜
Thanks so much for opening this issue! As stated, this is slightly tangential to Gatsby, and it seems like we’ve provided enough information to make an informed decision.
If this is not the case, or if we can help further–please don’t hesitate to reach out or comment on this issue, and we’d love to take another look.
Thanks for using Gatsby 💪