Dev Server Navigation broken
See original GitHub issue- I have searched the issues of this repository and believe that this is not a duplicate.
Expected Behavior
Navigating to another non-built page should navigate after page has built successfully.
Current Behavior
Navigating to another non-built page reloads the page after intended page has built successfully. Clicking to navigate again after the intended page has been built, correctly routes to the page.
Context
Just more of a pain in development because we aren’t sure that it isn’t happening in a production build without double checking every time.
I am running a custom express server with custom document and app.
Your Environment
Tech | Version |
---|---|
next | v6 |
node | v9.11.1 |
OS | Windows 10 |
browser | Chrome 66 |
etc |
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:27 (18 by maintainers)
Top Results From Across the Web
Dev Server Navigation broken · Issue #4324 · vercel/next.js
I have searched the issues of this repository and believe that this is not a duplicate. Expected Behavior Navigating to another non-built ...
Read more >How i can solve the devServer problem in webpack?
According to the doc, you need to set the publicPath in the devServer. Look at the documentation module.exports = { //.
Read more >DevServer - webpack
If you're having trouble, navigating to the /webpack-dev-server route will show where files are served. For example, http://localhost:9000/webpack-dev-server .
Read more >Solution for Webpack 5 Dev Server Not Live Reloading
There is currently a bug with Webpack 5 and webpack- dev - server not working that is caused by the existence of a...
Read more >Troubleshooting | React Navigation
... to using React Navigation. These issues may or may not be related to React Navigation itself. ... npm install --save-dev metro-react-native-babel-preset
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
New canary version that also filters out _document is on the way: https://travis-ci.org/zeit/next.js
@madhums expecting your issue will be fixed by https://github.com/zeit/next.js/pull/4497, @alexindigo made a minimal example in which it still failed.