runtime error

Connected. Call `.close()` to terminate connection gracefully. Connection closed. Traceback (most recent call last): File "app.py", line 12, in <module> project = hopsworks.login(project="test42",api_key_value=os.environ.get("HOPSWORKS_API_KEYS")) File "/home/user/.local/lib/python3.8/site-packages/hopsworks/__init__.py", line 201, in login raise e File "/home/user/.local/lib/python3.8/site-packages/hopsworks/__init__.py", line 198, in login _connected_project = _prompt_project(_hw_connection, project) File "/home/user/.local/lib/python3.8/site-packages/hopsworks/__init__.py", line 246, in _prompt_project saas_projects = valid_connection.get_projects() File "/home/user/.local/lib/python3.8/site-packages/hopsworks/decorators.py", line 35, in if_connected return fn(inst, *args, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/hopsworks/connection.py", line 177, in get_projects return self._project_api._get_projects() File "/home/user/.local/lib/python3.8/site-packages/hopsworks/core/project_api.py", line 51, in _get_projects project_team_json = _client._send_request("GET", path_params) File "/home/user/.local/lib/python3.8/site-packages/hopsworks/decorators.py", line 35, in if_connected return fn(inst, *args, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/hopsworks/client/base.py", line 174, in _send_request raise exceptions.RestAPIError(url, response) hopsworks.client.exceptions.RestAPIError: Metadata operation error: (url: https://c.app.hopsworks.ai/hopsworks-api/api/project). Server response: HTTP code: 500, HTTP reason: Internal Server Error, body: b'{"errorCode":120005,"usrMsg":"Got error 4009 \'No data node(s) available, check Cluster state\' from NDBCLUSTER","errorMsg":"Persistence error occurred"}', error code: 120005, error msg: Persistence error occurred, user msg: Got error 4009 'No data node(s) available, check Cluster state' from NDBCLUSTER

Container logs:

Fetching error logs...