We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next.js version : 15.0.1 OpenNext v3.2.2
configuring i18n in pages router adds locale prefix to routes which fails workaround fixCacheHeaderForHtmlPages in
opennextjs-aws/packages/open-next/src/core/routing/util.ts
Line 213 in 697681b
const nextConfig: NextConfig = { i18n: { locales: ["en"], defaultLocale: "en", }, };
with new .next/server/pages-manifest.json
{ "/_app": "pages/_app.js", "/api/trpc/[trpc]": "pages/api/trpc/[trpc].js", "/_error": "pages/_error.js", "/_document": "pages/_document.js", "/en/404": "pages/en/404.html", "/en/500": "pages/en/500.html", "/en": "pages/en.html" }
Build Output is the same
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Next.js version : 15.0.1
OpenNext v3.2.2
configuring i18n in pages router adds locale prefix to routes which fails workaround fixCacheHeaderForHtmlPages in
opennextjs-aws/packages/open-next/src/core/routing/util.ts
Line 213 in 697681b
with new .next/server/pages-manifest.json
Build Output is the same
The text was updated successfully, but these errors were encountered: