runtime error

t server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on all addresses (0.0.0.0) * Running on http://127.0.0.1:7860 * Running on http://10.19.98.16:7860 Press CTRL+C to quit None Traceback (most recent call last): File "/home/user/app/main.py", line 18, in <module> from broadcast_helper import broadcast_messages File "/home/user/app/broadcast_helper.py", line 13, in <module> db = Database(db_url, name) File "/home/user/app/database.py", line 8, in __init__ self._client = motor.motor_asyncio.AsyncIOMotorClient(uri) File "/home/user/.local/lib/python3.10/site-packages/motor/core.py", line 163, in __init__ delegate = self.__delegate_class__(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/pymongo/mongo_client.py", line 771, in __init__ res = uri_parser.parse_uri( File "/home/user/.local/lib/python3.10/site-packages/pymongo/uri_parser.py", line 558, in parse_uri nodes = dns_resolver.get_hosts() File "/home/user/.local/lib/python3.10/site-packages/pymongo/srv_resolver.py", line 131, in get_hosts _, nodes = self._get_srv_response_and_hosts(True) File "/home/user/.local/lib/python3.10/site-packages/pymongo/srv_resolver.py", line 111, in _get_srv_response_and_hosts results = self._resolve_uri(encapsulate_errors) File "/home/user/.local/lib/python3.10/site-packages/pymongo/srv_resolver.py", line 105, in _resolve_uri raise ConfigurationError(str(exc)) from None pymongo.errors.ConfigurationError: The resolution lifetime expired after 21.121 seconds: Server Do53:172.20.0.10@53 answered The DNS operation timed out.; Server Do53:172.20.0.10@53 answered The DNS operation timed out.; Server Do53:172.20.0.10@53 answered The DNS operation timed out.; Server Do53:172.20.0.10@53 answered The DNS operation timed out.; Server Do53:172.20.0.10@53 answered The DNS operation timed out.; Server Do53:172.20.0.10@53 answered The DNS operation timed out.; Server Do53:172.20.0.10@53 answered The DNS operation timed out.

Container logs:

Fetching error logs...