morpheus UI loading hangs

 

Error:

After morpheus UI hangs saying loading.


Solution :

edit /etc/morpheus/morpheus.rb file and mark below paramter as "false"

ui['morpheus_hub_enabled'] = false

 

Then run:
morpheus-ctl stop morpheus-ui
morpheus-ctl reconfigure

morpheus-ctl start morpheus-ui

No comments:

Post a Comment

how to unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...