Closed constantineMelios85 closed 1 year ago
Can you please provide a minimal reproducible example. I suspect this is not directly related to i18next.
Yes you are right the problem was created cause to an i18next instance coming form another library.
🐛 Bug Report
I have a react app for years now that I use i18next http backend for my translations. Recently I wanted to move from CRA to vite.
The issue is that on vite serve seems like no call is made from the backend, unless I config a reload interval. After the reload if I trigger a HMR change to my app the translations are shown until an app refresh.
When I build the app and deploy it the backend works as expected.