Z2M onbording screen

I know that there have been similar threads, but unfortunately I haven’t found a solution to my problem. I have a SONOFF MAX dongle. I’ve tried various configurations, but for some reason the panel won’t show up.

Config:

version: 4
mqtt:
  base_topic: zigbee2mqtt
  server: mqtt://core-mosquitto:1883
  user: xxxxxx
  password: xxxxx
serial:
  port: >-
    /dev/serial/by-id/usb-SONOFF_SONOFF_Dongle_Max_MG24_6cefb0647cf3ef118491bd1b6d9880ab-if00-port0
  adapter: ember
  rtscts: false
advanced:
  log_level: info
  channel: 11
  network_key: GENERATE
  pan_id: GENERATE
  ext_pan_id: GENERATE
frontend:
  enabled: true
  port: 8099
homeassistant:
  enabled: true
onboarding: true

And log from Z2M:

Starting Zigbee2MQTT without watchdog.
Onboarding page is available at http://0.0.0.0:8099/
[22:33:18] INFO: Preparing to start...
[22:33:18] INFO: Socat not enabled
[22:33:18] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
Onboarding page is available at http://0.0.0.0:8099/
[22:33:31] INFO: Preparing to start...
[22:33:31] INFO: Socat not enabled
[22:33:31] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
Onboarding page is available at http://0.0.0.0:8099/

i suppose you are using z2m as addon?
whats the URL you are trying to open?

I’m trying to open Z2M user interface and Z2M is addon. Is different option for this?

how do you open it?
what URL/Adress are you using?
What makes you think it doesnt work? What errormessage do you get?

are you getting or not getting the open web ui icon at bottom right?

I have Icon to open but screen looks

ZHA is not integrated, rtscts: false, configuration as shown above. I have no idea what is wrong.

Set onboarding to false

no change after that

Could the fact that the HA is supervised cause this problem? I don’t think it should have any effect, but I’m looking for a starting point.

Problem solved - I added “#” before
Onboarding page is available at http://0.0.0.0:8099/
and it works