Error:
After morpheus, the UI hangs, saying loading.
Solution :
edit /etc/morpheus/morpheus.rb file and mark below parameter as "false"
ui['morpheus_hub_enabled'] = false
Then run the below command to reconfigure:
- morpheus-ctl stop morpheus-ui
- morpheus-ctl reconfigure
- morpheus-ctl start morpheus-ui
Comments
Post a Comment