HA cloud account creation error

Hi, while I want to create account for HA cloud, it says unexpected error. Seems like it need to have region and zip but the create account field only has the email and password.

Logger: homeassistant.components.cloud.http_api
Source: components/cloud/http_api.py:237
Integration: Home Assistant Cloud (documentation, issues)
First occurred: 00:17:10 (1 occurrences)
Last logged: 00:17:10

Unexpected error processing request for /api/cloud/register

Traceback (most recent call last): File “/usr/local/lib/python3.10/site-packages/hass_nabucasa/auth.py”, line 109, in async_register await self.cloud.run_executor( File “/usr/local/lib/python3.10/concurrent/futures/thread.py”, line 58, in run result = self.fn(*self.args, **self.kwargs) File “/usr/local/lib/python3.10/site-packages/pycognito/init.py”, line 377, in register response = self.client.sign_up(**params) File “/usr/local/lib/python3.10/site-packages/botocore/client.py”, line 391, in _api_call return self._make_api_call(operation_name, kwargs) File “/usr/local/lib/python3.10/site-packages/botocore/client.py”, line 691, in _make_api_call request_dict = self._convert_to_request_dict( File “/usr/local/lib/python3.10/site-packages/botocore/client.py”, line 739, in _convert_to_request_dict request_dict = self._serializer.serialize_to_request( File “/usr/local/lib/python3.10/site-packages/botocore/validate.py”, line 360, in serialize_to_request raise ParamValidationError(report=report.generate_report()) botocore.exceptions.ParamValidationError: Parameter validation failed: Invalid type for parameter ClientMetadata.NC_REGION_CODE, value: None, type: <class ‘NoneType’>, valid types: <class ‘str’> Invalid type for parameter ClientMetadata.NC_ZIP_CODE, value: None, type: <class ‘NoneType’>, valid types: <class ‘str’> The above exception was the direct cause of the following exception: Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/components/cloud/http_api.py”, line 108, in error_handler result = await handler(view, request, *args, **kwargs) File “/usr/src/homeassistant/homeassistant/components/http/data_validator.py”, line 73, in wrapper result = await method(view, request, data, *args, **kwargs) File “/usr/src/homeassistant/homeassistant/components/cloud/http_api.py”, line 237, in post await cloud.auth.async_register( File “/usr/local/lib/python3.10/site-packages/hass_nabucasa/auth.py”, line 121, in async_register raise UnknownError() from err hass_nabucasa.auth.UnknownError

Did you ever figure this out. I am having the same issue