I want to use the Fluent.js library inside a Next.js application on the server-side rendered components, not only on the React frontend client-side components.
This support is introduced in the PR #233 and documented here: https://github.com/projectfluent/fluent.js/wiki/React-Overlays#custom-markup-parsers
But I still can't make this work well - maybe something got changed from that time.
So, could you please provide a working example of the Fluent i18n integration with Next.js that works on the server side? Thanks!