Hello,
I can’t seem to get the localization stuff working with NextJS even after following the tutorials. I have enabled the locales features in my settings (I’m on growth plan) and duplicated one of my live pages. Then I added targeting to the same url but now with locale of “de”.
And on nextjs side, I was playing around with localization but for now decided to test by sending the locale string directly like this:
And still I don’t get page content that was duplicated and has a locale target of “de”. Can you someone tell me what I’m doing wrong?