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
On a side note, being able to access https://example.com/en is a strange issue on its own. I would expect that to redirect to / if using subfolder routing and to 404 when using multiple domains.
What version of Next.js are you using?
10.0.5
What version of Node.js are you using?
15.6.0
What browser are you using?
n/a
What operating system are you using?
n/a
How are you deploying your application?
next build && next start
Describe the Bug
According to the docs, for the following i18n config:
and
pages/index.js
&pages/about.js
files only the following urls should be available:That's not the case, there are others that are accessible too:
Expected Behavior
These extra urls should correctly display 404 or at least redirect to the correct domain with the locale prefix stripped
To Reproduce
.
The text was updated successfully, but these errors were encountered: