i18next-http-backend icon indicating copy to clipboard operation
i18next-http-backend copied to clipboard

Not able to read translation using node API with run time next config

Open roydpnkr opened this issue 7 months ago • 4 comments
trafficstars

🐛 Bug Report

A clear and concise description of what the bug is.

To Reproduce

A minimal reproducible example. A codesandbox example or similar or at least steps to reproduce the behavior:

// Paste your code here
importing nextI18NextConfig on _app.tsx

and added 

export default wrapper.withRedux(appWithTranslation(MyApp, nextI18NextConfig));


Expected behavior

content of nextI18NextConfig will be dynamic, but config is taken during compile time. runtime config is not at all picked A clear and concise description of what you expected to happen.

// Paste the expected results here

Your Environment

  • runtime version: i.e. node v16, deno, browser xy
  • "i18next": "22.5.1",
  • "i18next-http-backend": "^3.0.2",
  • os: Mac
  • any other relevant information

roydpnkr avatar Apr 23 '25 00:04 roydpnkr