Appearance tab not reachable

Hey guys,

I am now running openremote using the provided docker compose of the quickstart guide. When i try to access “appearance” in the ui, i get a loading screen. When i check the logs i see this:

The server is running on ip 192.168.1.146 and i am trying to access it from my local pc in the same lan.

It is trying to find 192.168.1.146/manager_config.json. This file does not exist. Do I have to create this file myself?

Thanks in advance.

upon further investigation i found that it also can not find /consoleappconfig/master.json and /shared/locales/undefined/or.json

21/Sep/2023:12:18:55 +0000 https~ 192.168.1.170:51004 manager 0/0/0/1/1 "GET /shared/locales/undefined/or.json HTTP/1.1" 404 3/2/1/1/0 0/0

21/Sep/2023:12:18:55 +0000 https~ 192.168.1.170:51004 manager 0/0/0/1/1 "GET /shared/locales/undefined/or.json HTTP/1.1" 404 3/2/1/1/0 0/0

Okay , you need to create a file and manager_config.json under deployment —> manger —>app–> manger_config.json
and make below code
{
“realms”: {
“default”: {
“appTitle”: “Conscient Initiatives”,
“headers”: [
“map”,
“attributeName”,
“assets”,
“rules”,
“insights”,
“language”,
“users”,
“roles”,
“account”,
“logs”,
“logout”,
“export”
],
“styles”: “:host > * {–or-app-color1:#FFFFFF;–or-app-color2:#F9F9F9;–or-app-color3:#1a2456;–or-app-color4:#138caa;–or-app-color5:#CCCCCC;–or-app-color6:#be0000;–or-app-color8:#FFFFFF;”,
“logo”: “/images/logo.png”,
“logoMobile”: “/images/logo-mobile.png”,
“favicon”: “/images/default/favicon.png”,
“language”: “en”
}
}
And kindly provide yml file here