Cannot sign in to Tuya Integration (worked before)

Hi, since last two weeks I cannot sign in to Tuya add-on. I put my user ID, and after few seconds after submitting it returns Unknown error occurred and that’s it.

In the logs I found this line about not reachable server, which I believe is related. I tried to force IPv4 on the adapter (disable IPv6) but it has no effect.

File "/usr/local/lib/python3.13/site-packages/urllib3/connection.py", line 211, in _new_conn
    raise NameResolutionError(self.host, self, e) from e
urllib3.exceptions.NameResolutionError: HTTPSConnection(host='apigw.iotbing.com', port=443): Failed to resolve 'apigw.iotbing.com' ([Errno -3] Try again)

Anyone has this issue? Are you capable to configure Tuya Integration? I have my account on EU server.

Found this and it solve the issue. Crazy. Looks like DNS server addresses lost after HA update. These SSH commands solve the issue:

ha dns options --fallback=true
ha dns options --servers dns://8.8.8.8 --servers dns://1.1.1.1
ha dns restart