Felix Mosheev
Felix Mosheev
It probably related to the fact that the content is rendered inside sandboxed iframe without `allow-popups` permission. 
Any update on this one?
Hi, thank you for reporting this issue. What version of Next.js / next-i18next do you use?
Cool, from the code snippets that you were posted looks like you are not configured the lib from [next-with-next-i18next-v11](https://github.com/felixmosh/i18next-hmr/blob/master/examples/next-with-next-i18next-v11/next.config.js) example, can you review the example and align your code with...
Did you restart the next server?
Can you prepare a small repository with your setup that reproduces the issue, I will debug it?
Thanx, I'll review it asap
I've tested your version, looks like there are 2 things wrong with i18next values, I need to check the reason for this. for a mean while, you can remove the...
Looks like it is an issue in Next v13... I've tested the same setup in Next v12, it works. I've added a question here... https://github.com/vercel/next.js/discussions/50164