79402576

Date: 2025-01-31 11:28:06
Score: 3
Natty:
Report link

In the future if somebody will be have the same problem with language from SSR you can try with that

export const getServerSideProps: GetServerSideProps = async context => {
if (context.req.url?.includes('/en/')) {
    context.locale = 'en'
}

That will works for me, so i will leave that here.

Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): have the same problem
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: GaryNJ