Replies: 1 comment
-
Hi, I opened a new issue to track this here, thanks for reporting this it is being investigated! |
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.
-
I use
router.asPath
in_app
in order to set alternate link tags. i.e.: for the page/pages/article/[id].js
SSR returns/article/123
, but in case of SSG it return /article/[id]. I see this behavior on the Vercel platform, not locally.I use Next.js 9.5.2.
Beta Was this translation helpful? Give feedback.
All reactions