Matter Server issues

Hi,

I’m hoping someone here can assist me as google has not proven successful. I just installed the matter addon and integration and I’m trying to add my first device. It doesn’t matter what the device is, I seem to always get the same results. I do have ipv6 enabled and can access my server using that address. Beyond that, I really don’t know what I’m doing. This is the error I keep seeing in the matter addin logs.

2025-05-29 13:53:27.491 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 1.
2025-05-29 13:53:27.687 (Dummy-2) INFO [chip.ChipDeviceCtrl] Established secure session with Device
2025-05-29 13:53:28.651 (Dummy-2) INFO [chip.ChipDeviceCtrl] Commissioning complete
2025-05-29 13:53:28.652 (MainThread) INFO [matter_server.server.device_controller] Commissioned Node ID: 1 vs 1
2025-05-29 13:53:28.652 (MainThread) INFO [matter_server.server.device_controller] Matter commissioning of Node ID 1 successful.
2025-05-29 13:53:28.653 (MainThread) INFO [matter_server.server.device_controller] Interviewing node: 1
2025-05-29 13:53:31.586 (MainThread) ERROR [matter_server.server] Error doing task: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/matter_server/server/client_handler.py", line 214, in _run_handler
    raise err
  File "/usr/local/lib/python3.12/site-packages/matter_server/server/client_handler.py", line 197, in _run_handler
    result = await result
             ^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/matter_server/server/device_controller.py", line 351, in commission_with_code
    await self._interview_node(node_id)
  File "/usr/local/lib/python3.12/site-packages/matter_server/server/device_controller.py", line 613, in _interview_node
    await self._chip_device_controller.send_command(
  File "/usr/local/lib/python3.12/site-packages/matter_server/server/sdk.py", line 308, in send_command
    return await self._chip_controller.SendCommand(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/chip/ChipDeviceCtrl.py", line 1215, in SendCommand
    return await future
           ^^^^^^^^^^^^
chip.interaction_model.InteractionModelError: InteractionModelError: InvalidCommand (0x85)