[SOLVED] Home Page empty in sidebar but works in "Run mode" in Settings => Pages

click overview then click edit home page then go to code and put this back.

config:
  label: Home Page
locations:
  - component: oh-locations-tab
    config: {}
    slots: {}
equipment:
  - component: oh-equipment-tab
    config: {}
    slots: {}
properties:
  - component: oh-properties-tab
    config: {}
    slots: {}

then save and you will have all the tabs back
if you can not get there Then in your browser URL from the overview URL replace /overview with /settings/pages/home/add then click code and add what I posted above.