Cloud - Problem enabling

Im having problems enabling Cloud in HA, can anyone help me with this problem.

Getting this following error

Logger: homeassistant.setup
Source: components/cloud/__init__.py:233
First occurred: 6:43:27 PM (1 occurrences)
Last logged: 6:43:27 PM

Error during setup of component cloud
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/setup.py", line 229, in _async_setup_component
    result = await task
  File "/usr/src/homeassistant/homeassistant/components/cloud/__init__.py", line 233, in async_setup
    await cloud.initialize()
  File "/usr/local/lib/python3.9/site-packages/hass_nabucasa/__init__.py", line 268, in initialize
    await self.auth.async_check_token()
  File "/usr/local/lib/python3.9/site-packages/hass_nabucasa/auth.py", line 167, in async_check_token
    if not self._authenticated_cognito.check_token(renew=False):
  File "/usr/local/lib/python3.9/site-packages/hass_nabucasa/auth.py", line 211, in _authenticated_cognito
    raise Unauthenticated("No authentication found")
hass_nabucasa.auth.Unauthenticated: No authentication found