Problems downloading updates

Having some potential problems with my network i’m unable to fix. Right now i’m not able to update anything on my Home Assistant Green. I get the following error.

Logger: homeassistant.components.websocket_api.http.connection
Source: components/websocket_api/commands.py:238
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 12:00:55 PM (1 occurrences)
Last logged: 12:00:55 PM

[281471976621376] Error updating Z-Wave JS UI: Can't install ghcr.io/hassio-addons/zwave-js-ui/aarch64:3.4.1: 404 Client Error for http+docker://localhost/v1.43/images/ghcr.io/hassio-addons/zwave-js-ui/aarch64:3.4.1/json: Not Found ("No such image: ghcr.io/hassio-addons/zwave-js-ui/aarch64:3.4.1")
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 167, in async_install
    await async_update_addon(self.hass, slug=self._addon_slug, backup=backup)
  File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 53, in _wrapper
    raise HassioAPIError(data["message"])
homeassistant.components.hassio.handler.HassioAPIError: Can't install ghcr.io/hassio-addons/zwave-js-ui/aarch64:3.4.1: 404 Client Error for http+docker://localhost/v1.43/images/ghcr.io/hassio-addons/zwave-js-ui/aarch64:3.4.1/json: Not Found ("No such image: ghcr.io/hassio-addons/zwave-js-ui/aarch64:3.4.1")

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 238, in handle_call_service
    response = await hass.services.async_call(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2149, in async_call
    response_data = await coro
                    ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2186, in _execute_service
    return await target(service_call)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 272, in handle_service
    return await service.entity_service_call(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 882, in entity_service_call
    single_response = await _handle_entity_call(
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 952, in _handle_entity_call
    result = await task
             ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 161, in async_install
    await entity.async_install_with_progress(version, backup)
  File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 465, in async_install_with_progress
    await self.async_install(version, backup)
  File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 169, in async_install
    raise HomeAssistantError(f"Error updating {self.title}: {err}") from err
homeassistant.exceptions.HomeAssistantError: Error updating Z-Wave JS UI: Can't install ghcr.io/hassio-addons/zwave-js-ui/aarch64:3.4.1: 404 Client Error for http+docker://localhost/v1.43/images/ghcr.io/hassio-addons/zwave-js-ui/aarch64:3.4.1/json: Not Found ("No such image: ghcr.io/hassio-addons/zwave-js-ui/aarch64:3.4.1")

Also of not my synology will not update packages as well, which leads me to thinking its a network problem. My network setup is cable modem > Deco mesh router > netgear prosafe JGS524PE switch. I’ve searched high and low and have done the usual things like setting up DNS to point to google. Does anyone have any suggestions for me? Thanks.