question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 5 years ago
  • Reactions:4
  • Comments:27 (18 by maintainers)

github_iconTop GitHub Comments

2reactions
timneutkenscommented, May 16, 2018

New canary version that also filters out _document is on the way: https://travis-ci.org/zeit/next.js

1reaction
timneutkenscommented, May 29, 2018

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found