You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The routing and the URLparams work well but I don't have the query content when I console.log(router) using next/router. Why? My destination page use GetStaticPath and GetStaticProps
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What I try
What I have
What I want
The routing and the URLparams work well but I don't have the query content when I console.log(router) using next/router. Why? My destination page use GetStaticPath and GetStaticProps
According to the doc the query is empty
I also see routing caveats but I don't get the 'after hydratation'.
Beta Was this translation helpful? Give feedback.
All reactions