Open daniosoriov opened 1 month ago
Probably same story like https://github.com/i18next/i18next-http-backend/issues/154
Probably the resources loading is failing (and was already failing before), but now it retries a couple of times before finishing the init call....
Probably same story like #154
Probably the resources loading is failing (and was already failing before), but now it retries a couple of times before finishing the init call....
Yes, it may be the same problem.
💥 Regression Report
When changing languages on our Ionic React application, we experience an idling state of about 15 seconds on iOS before switching the language.
Last working version
Worked up to version: 2.6.1
Stopped working in version: 2.6.2
To Reproduce
Steps to reproduce the behavior:
We do not see any relevant console logs or error messages.
Expected behavior
Before, it would load the new language immediately. Now, it takes about 15 seconds. Notice that this happens only on iOS. We also deploy on Android and as a PWA and have no issues there.
Your Environment
P.S.: We can provide a quick video where the behaviour is seen clearly if you need it.