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
We need to ensure the asPath value used during prerendering/auto-export contains a trailing slash when trailingSlash: true is configured to prevent a hydration mis-match.
The text was updated successfully, but these errors were encountered:
This fixes index data route loading for i18n with `trailingSlash: true` enabled and also fixes prerendering `asPath` values not containing a trailingSlash when enabled.
Fixes: #17813Fixes: #22747
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
vercel
locked as resolved and limited conversation to collaborators
Jan 28, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We need to ensure the
asPath
value used during prerendering/auto-export contains a trailing slash whentrailingSlash: true
is configured to prevent a hydration mis-match.The text was updated successfully, but these errors were encountered: