Recurring error in companion app

I have the following error occurring in my logs, using the iOS mobile app.

Logger: homeassistant.config_entries
Source: components/cloud/__init__.py:192 
First occurred: 20:42:54 (5 occurrences) 
Last logged: 21:06:04

Error calling entry remove callback Colin’s iPad (User) for mobile_app
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/config_entries.py", line 536, in async_remove
    await component.async_remove_entry(hass, self)
  File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/components/mobile_app/__init__.py", line 131, in async_remove_entry
    await cloud.async_delete_cloudhook(hass, entry.data[CONF_WEBHOOK_ID])
  File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/components/cloud/__init__.py", line 192, in async_delete_cloudhook
    await hass.data[DOMAIN].cloudhooks.async_delete(webhook_id)
  File "/srv/homeassistant/lib/python3.9/site-packages/hass_nabucasa/cloudhooks.py", line 67, in async_delete
    raise ValueError("Hook is not enabled for the cloud.")
ValueError: Hook is not enabled for the cloud.

This occurs when I open the app.
I then need to do a “swipe down” to refresh the app, and it all works.

Any ideas what is causing the issue?

Home Assistant 2022.9.1
Frontend 20220907.0.
Home Assistant Companion: 2022.8 (2022.387)