Gáspár Körtesi
Gáspár Körtesi
This seems to have been resolved with 12.2.4-canary.1 and above
Reopening as it seems this issue is not fully resolved, in the case the url contains a query parameter. The above reproduction still produces the issue with latest canary: https://0hlens.sse.codesandbox.io/?a=b
@adrai @matchatype I've opened a PR that apparently addresses the issue: https://github.com/i18next/next-i18next/pull/1948
> extend SSRConfig to allow whatever the pageProps are and include _nextI18Next as well. pageProps is `{}` and extending it is essentially what the existing code does as far as...