does the job.
The problem is, by adding the branding.less file to our package.json (-> brandingEntry), the logos at the login page as well as the logo in the navigator top is missing.
There is no error message giving any hints.
Are we missing out some statements in our branding.less file?
instead of the @import ‘~@c8y/style/extend.less’; try using the @import '~@c8y/style/main.less';. This should include all of the default branding and also the branding via branding manager should work as expected.