Mohamed Gueye
Results
2
comments of
Mohamed Gueye
Hi, I just ran into this issue and I was able to fix it by following this: https://github.com/i18next/next-i18next/issues/1917#issuecomment-1574295163 I just had to pass ```javascript import i18nextConfig from '../../next-i18next.config'; ... export...
Hey @rrdelaney , I sadly can't share my app as it's a private one but here's my `next-i18next.config.js` file. ```javascript const HttpBackend = require('i18next-http-backend/cjs'); const ChainedBackend = require('i18next-chained-backend').default const LocalStorageBackend...