Ubiquiti UniFi not longer work

the Ubiquiti UniFi integration is not working anymore for me,
I have “Failed to set up” and when I click “Configure” I have “Error, Config flow coudnt not be loaded”

Logger: homeassistant.config_entries
Source: components/unifi/controller.py:316
First occurred: 12:00:07 (1 occurrences)
Last logged: 12:00:07

Error setting up entry Default for unifi
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 304, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File “/usr/src/homeassistant/homeassistant/components/unifi/init.py”, line 37, in async_setup_entry
if not await controller.async_setup():
File “/usr/src/homeassistant/homeassistant/components/unifi/controller.py”, line 316, in async_setup
await self.api.initialize()
File “/usr/local/lib/python3.9/site-packages/aiounifi/controller.py”, line 133, in initialize
clients = await self.request(“get”, client_url)
File “/usr/local/lib/python3.9/site-packages/aiounifi/controller.py”, line 259, in request
return await self._request(method, path, json, url)
File “/usr/local/lib/python3.9/site-packages/aiounifi/controller.py”, line 304, in _request
raise ResponseError(f"Call {url} received 404 Not Found")
aiounifi.errors.ResponseError: Call https://192.168.1.1:443/proxy/network/api/s/default/stat/sta received 404 Not Found

Seems like this exact issue.

thank you, I will have a look, (could also be because I installed UID though)