You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2025. It is now read-only.
Describe the solution you'd like
As my research shows the real hostname is forwarded till the _app.js file, but the domains confgured in next.config.js are not matched properly. I'm not really sure why it's not working.
Does anyone have hints for me? I would try to solve it myself, but I have no idea where to start.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
As mentioned in #1127 domain based locales are missing as a supported feature. In my current project I need the functionality. https://nextjs.org/docs/advanced-features/i18n-routing#domain-routing
Describe the solution you'd like
As my research shows the real hostname is forwarded till the
_app.js
file, but the domains confgured innext.config.js
are not matched properly. I'm not really sure why it's not working.Does anyone have hints for me? I would try to solve it myself, but I have no idea where to start.
The text was updated successfully, but these errors were encountered: