Google Nest Hubs call_service flooding database

My database has been growing rapidly from a steady 1,2 Gb till 13,1 Gb recently. When checking the database it showed that 99% is caused by call_service.

When listening to “call_service” events I can see thousands of messages like:

event_type: call_service
data:
  domain: system_log
  service: write
  service_data:
    logger: frontend.js.modern.202408090
    message: >-
      Unhandled promise rejection from Chrome 122.0.0.0 on Chromecast
      1.56.500000

      {
        "type": "result",
        "success": false,
        "error": {
          "code": 3,
          "message": "Connection lost"
        }
      }
    level: debug
origin: LOCAL
time_fired: "2024-08-19T14:54:54.630363+00:00"
context:
  id: 01J5NJ4J56XM3KV1PKQCTV14XC
  parent_id: null
  user_id: 086e8782352c4e71af4c128317b45eec

passing by. I know that they are related to the 3 Google Nest Hubs I am casting to but who is causing what?

record out of database:

{"domain":"system_log","service":"write","service_data":{"logger":"frontend.js.modern.202408090","message":"Unhandled promise rejection from Chrome 122.0.0.0 on Chromecast 1.56.500000\n{\n  \"type\": \"result\",\n  \"success\": false,\n  \"error\": {\n    \"code\": 3,\n    \"message\": \"Connection lost\"\n  }\n}","level":"debug"}}

tia