Replies: 2 comments
-
Does your server have any rule that's rewriting any request to root path( |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please provide repository for reproduction. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
Describe the bug
When I put in my browser an url like
mynextjswebsite.com/page
the application displays the homepage and not thepage
screen (only in production mode). But it's working if we click on aLink
button with this route (/page).For information, I use the static generation build of NextJS on a personnal server.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
I want to go the page specified in the url and not on the homepage.
Thanks per advance,
Beta Was this translation helpful? Give feedback.
All reactions