Registrar not enabled

In the web UI, when I create a gateway, I get the yellow warning
127.0.0.1:7080 - JSON RPC Error: (500) registrar is not enabled

Can you point to what could be wrong?

/don

Looks like you have no section

 registrar {
       enabled = true
         redis {
           host = 127.0.0.1
           port = 6379
        }
     }

in your system.conf. See https://yeti-switch.org/docs/en/installation-1.9/management.html#etc-yeti-system-cfg for details

The default after installation was set to false.
Fixed now - Thanks

You should use configuration files from documentation. Default configs is not related to yeti.