I'm trying to get into the administration page of Wiki.js but it doesn't seem to be loading properly or is only partially loaded. After finishing the setup process (where the UI of the website was loaded properly): Properly loaded wiki.js I was redirected to the setup page. When the setup page loaded I was greeted with this: White Page, UI not properly loaded Is there a way to fix this issue?
Thanks in advance!
I got it... The problem is related to load elements from the node.js server, which doesn't work, because you set the domain to http://localhost
In the configuration please set the domain to http://YOUR_WIKIJS_IP (not http://localhost !) and it's working!