[help with yaml] UI showing 404 page not found. couldn't understand what's wrong with this configuration

I have started my journey with HA and modified the configuration.yaml based on this documentation.

Here is the info from the server. The validations were always fine, but after the restart, the UI won’t load and gives me 404: Not Found . I see these errors on log.
I can access the server fine, just the UI won’t load.

can someone help me understand what the mistake I am doing here?

Your configuration.yaml will be helpful.

I created a Pastebin link, but here is the configuration.yaml

config $ cat configuration.yaml
 
---
homeassistant:
  # Load packages                                     
  packages: !include_dir_named integrations

There night be something I am missing, but you haven’t specified default_config: which means you won’t have any of these integrations, including the frontend:

Yeah, which is what bothers me that what I could be missing. I have the inspiration from Frenck from the HA team. I want to follow the way he did, that’s really cool.

To get things going I suggest you add default_config: to the configuration.yaml, and then your system should at least work.

well, that’s awesome default_config:. I added this and it worked. I will do a few more additions now and see how it goes. But I still doubt how it is working for Frenck?

Thank you for that tip.

Possibly because he included this file

good to know about it, but did you notice that there is no themes directory available. if I just add the line frontend: on frontend.yaml the GUI is coming up but not the same as default_config. Something to learn about it.

This is how the UI looks like with frontend: on frontend.yaml


o
this is how with default_config