i18next-http-backend
i18next-http-backend copied to clipboard
Not able to read translation using node API with run time next config
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