Domain routing like in next.config i18n #991
Unanswered
sigurdarson
asked this question in
Q&A
Replies: 1 comment
-
|
Your I think is an issue no related to next-translate, more about google cloud configuration or another thing... I convert this issue to discussion and I hope someone can help you about this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
next
12.2next-translate
1.5.0From the documentation I assumed I could use any properties utilised in Next i18n, I might have been wrong.
I've been trying to get "Domains" to work but do not seem to be able. Maybe that's not possible with this package, not sure.
This is test code, what I'm trying to achieve is to use domain routing for locales,
example.sedisplayssecontent instead of routing toexample.co/se. The code does build properly and 3/4 routes work properly and in my case theseroute does not work, it just redirects toexample.co / default locale.App is being hosted on Google cloud run, and both domains have been routed to the service.
i18n.jsonAny ideas if I might be doing something wrong or maybe it's not possible in the current version. any help is greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions