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
not-found error page doesn't work under [lng] folder. I can only add it in app root folder, but this page can't have "lng" param and it should have root layout.
We can't have root layout like in app folder because we don't have lng param:
<htmllang={lng}dir={dir(lng)}
Is it possible to add not-found error page in [lng] folder? My main goal is to have localizable not-found error page. What would you suggest?
To Reproduce
I am using Next.js 13.5.6 and your repo as an example.
Expected behavior
I guess it is Next.js behavior.
The text was updated successfully, but these errors were encountered:
Question
not-found error page doesn't work under [lng] folder. I can only add it in app root folder, but this page can't have "lng" param and it should have root layout.
We can't have root layout like in app folder because we don't have lng param:
Is it possible to add not-found error page in [lng] folder? My main goal is to have localizable not-found error page. What would you suggest?
To Reproduce
I am using Next.js 13.5.6 and your repo as an example.
Expected behavior
I guess it is Next.js behavior.
The text was updated successfully, but these errors were encountered: