Discover mode not updating when finding items

Hi

I’m running deCONZ on a Raspberry Pi 4 4GB via a docker image.

deconz:
image: deconzcommunity/deconz:stable
container_name: deconz
restart: unless-stopped
privileged: true
ports:
- 800:800
- 4430:4430
volumes:
- /srv/dev-disk-by-uuid-38ec8dcc-c189-4468-925a-78556ecc9fba/AppData/deconz:/opt/deCONZ
devices:
- /dev/ttyACM0
environment:
- TZ=Europe/Copenhagen
- DECONZ_WEB_PORT=800
- DECONZ_WS_PORT=4430
- DEBUG_INFO=1
- DEBUG_APS=0
- DEBUG_ZCL=0
- DEBUG_ZDP=0
- DEBUG_OTAU=0
- DEBUG_HTTP=0
- DECONZ_UID=1000
- DECONZ_GID=100
- DECONZ_DEVICE=/dev/ttyACM0 # This is the USB device that Conbee II is running on.
- DECONZ_START_VERBOSE=0

Everything seems to work fine, but when I try to discover new items, the items doesn’t pop up in the web interface. And when multiple light is in discovery mode nothing is saved. I can see that when I try to add a single light, that the log files actual find it and adds it to the database automatically (and after a refresh, the light is present). But when multiple items is in pairing mode, it looks like they are found in the docker log files, but again, doesn’t pop up in the webinterface for individually saving.

Is something set up wrong?

When I try to add a IKEA switch, it also doesn’t continue in the menu, but actually shows up in the log.