Unknown setup error in wiki/server/views #6617
-
|
The wiki launches correctly in the terminal in my development environment. Opening the wiki shows the last console message. The following appears in the browser: {"message":"Failed to lookup view "setup" in views directory "C:\Users\PC-24\PycharmProjects\xKIA\doc\wiki\server\views"","error":{}} I checked the installation for errors in cloning, firewall, database and other options, unfortunately. I tried to install a setup.pug in server/views/ but the only thing it did was that the error message above is not displayed and the page in the browser was completely white with no content I could not determine the error, does anyone happen to have an answer as to what is causing this? 2023-07-31T20:11:05.216Z [MASTER] info: Connecting to database... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Read the docs on how to install Wiki.js. Simply cloning the repository results in the error you're getting. |
Beta Was this translation helpful? Give feedback.
-
|
I ran into this issue too. Actually I have to fork this repo and do some hacking and building to satisfy our needs, e.g. adding watermarks and adapting to our CAS which is not implemented according to the official standard. |
Beta Was this translation helpful? Give feedback.
Read the docs on how to install Wiki.js. Simply cloning the repository results in the error you're getting.