2

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!

Larry Wu
  • 21
  • 1
  • Did you resolve the issue? I had problem like this when deploying on kubernetes, if using separate pods for db and server. Resolved by putting them under one pod. Let me know if you still need help or this info is relevant – 697 Feb 06 '23 at 21:18

1 Answers1

0

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

enter image description here

In the configuration please set the domain to http://YOUR_WIKIJS_IP (not http://localhost !) and it's working!

John
  • 121
  • 10