-
Hello there, my app uses SSR and SSG. I have a multilingual website therefore I set alternate link tags in the head tag at i.e.: for the page As you can see it adds a query string of the variables used in the path. Any ideas why this is the case? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, it sounds like you are running into this issue which is fixed in the latest canary of Next.js |
Beta Was this translation helpful? Give feedback.
-
Yes! This fixed my issue. Thank you! |
Beta Was this translation helpful? Give feedback.
Hi, it sounds like you are running into this issue which is fixed in the latest canary of Next.js
v9.5.2-canary.13
. Please try upgrading to that version and let us know whether you are still experiencing that behavior or not