I started a new project and am using version 7.14 as standalone spring boot application. Every time I start the Web-UI in my browser, there is a nerving banner “Camunda needs you”. Even if I had filled out all fields, this banner reappears after the next start. Is there a way to have this banner skipped? I’m still in the development phase and therefore I use only H2 in memory database. Would this banner disappear if I used a persistent database?
You can set the engine configuration property initializeTelemetry to false to disable telemetry before the start (see https://docs.camunda.org/manual/7.14/introduction/telemetry/#process-engine-configuration). In that case, no banner will show up. In general, the banner disappears after you have once decided for or against telemetry, be it via UI or configuration. Of course, as you move to a new database (e.g. in a dev setup) Camunda doesn’t know the decision anymore.
@cjacob, When you start first time, act on when you see “Camunda Needs you”. Navigate through the steps and complete the privacy settings and click Save. After that it will not prompt you with this welcome message. This is one time settings you need to act on. I just tested this.