sergiodxa / remix-i18next

The easiest way to translate your Remix apps
https://sergiodxa.github.io/remix-i18next/
MIT License
616 stars 44 forks source link

backend translation not working #162

Closed Neji-5O closed 1 year ago

Neji-5O commented 1 year ago

Describe the bug

the translation in entry.server.ts is not working, like the client version make the translation work but the problem is take one or 2 second in show and that is not good for UX

Your Example Website or App

localhsot

Steps to Reproduce the Bug or Issue

translations is coming from api and not local, same config like the doc here, and remix v2

Expected behavior

to have translation in back end entry.server.ts

Screenshots or Videos

No response

Platform

Additional context

No response

Neji-5O commented 1 year ago

resolved i figure it out the problem FYI for react i18 next make sure the back end part to explicitly add full url to api :D

VityaSchel commented 10 months ago

resolved i figure it out the problem FYI for react i18 next make sure the back end part to explicitly add full url to api :D

I have exact same problem, how did you fix it? wdym full url to api