Error when creating 2nd level page naming with characters identical to preserved path #3603
Replies: 6 comments
-
|
Try changing your path
As I understand WIKI.JS is not checking if those 2 letters are locale and prevent you from creating the page. |
Beta Was this translation helpful? Give feedback.
-
|
Hey @3DSkaoi thanks! By using your example with Multilingual Namespacing enabled,
And the problem here is I cannot create page like:
|
Beta Was this translation helpful? Give feedback.
-
|
eh... uh.... why would you create path like that? 🤔 |
Beta Was this translation helpful? Give feedback.
-
|
I was trying to transfer some articles from one service to wiki.js. However, there is a folder name |
Beta Was this translation helpful? Give feedback.
-
|
uh oh... Is your Wiki.js behind reverse proxy? Perhaps you can setup redirect the old URL to the new URL instead? |
Beta Was this translation helpful? Give feedback.
-
|
I got this same error by renaming the path of an existing article from something to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
There are two related issues that I found when testing around Multilingual Namespacing, please let me know if I need to open another issue for the last one.
Unable to create the page with the same or preserved keywords after 2nd level paths:
en/home/enworks, buten/en/homedoes not and the error says "Cannot create this page because it starts with a system reserved path."Unsupported or disabled language(namespace) will still able to create the page but the UI will display in untranslated keys.
To Reproduce
Steps to reproduce the behavior:
domain.name/zz/zz/homeopens in 'page not exit' viewExpected behavior
Be able to create a new page using any naming after 2nd level of the path, as the preserved language code should be limited to 1st level path.
Also, the UI should fallback to the default language or present certain messages when there is no locale or not enabled.
Screenshots


for step 2 and 3:
Host Info (please complete the following information):
Additional context
Let me know if I missed out anything, thank you.
Beta Was this translation helpful? Give feedback.
All reactions