Link and form behavior different on prod and dev #15417
Unanswered
christiancho
asked this question in
Help
Replies: 0 comments
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.
-
When I run
yarn dev
to develop locally, I don't run into any of the following issues:GET http://localhost:3000/_next/static/XAl8xVzBNU-g2S6Am8mzk/pages/_app.js net::ERR_ABORTED 404 (Not Found)
error in consolenext/link
) will trigger a page refresh - tested by placing css on body and clicking on a linkpreventDefault
called will refresh the page but add?
to the URLI'm currently using
rebass
and wondering if I didn't set up SSR properly with it. My_app.jsx
file:Beta Was this translation helpful? Give feedback.
All reactions