Can't connect to Rasa X "This site can’t provide a secure connection"

Hi, I’m trying to install and run Rasa X on local mode on my machine, but when I run the rasa x command it show the following errors and it return the " This site can’t provide a secure connection" error when I connect to Rasa X server via chrome.
I tried with a lot of effort to find the solution for this, but none of them work for me. Could some one please help me on this case?

Starting Rasa X in local mode… :rocket: The following intents were found in your stories and will be added to the domain: nlu_fallback c:\users\84961\appdata\local\programs\python\python37\lib\site-packages\rasa\shared\utils\io.py:97: UserWarning: Issue found while processing ‘’: The item ‘inform’ contains an example that doesn’t start with a ‘-’ symbol: This training example will be skipped. More info at Training Data Format 2021-06-18 09:23:39 WARNING rasax.community.services.insights.insight_service - No local evaluation result files found. 2021-06-18 09:23:53 ERROR concurrent.futures - exception calling callback for <Future at 0x1c9cc744508 state=finished raised gaierror> Traceback (most recent call last): File “c:\users\84961\appdata\local\programs\python\python37\lib\concurrent\futures\thread.py”, line 57, in run result = self.fn(*self.args, **self.kwargs) File “c:\users\84961\appdata\local\programs\python\python37\lib\socket.py”, line 752, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno 11001] getaddrinfo failed

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File “c:\users\84961\appdata\local\programs\python\python37\lib\concurrent\futures_base.py”, line 324, in _invoke_callbacks callback(self) File “c:\users\84961\appdata\local\programs\python\python37\lib\asyncio\futures.py”, line 365, in _call_set_state dest_loop.call_soon_threadsafe(_set_state, destination, source) File “c:\users\84961\appdata\local\programs\python\python37\lib\asyncio\base_events.py”, line 732, in call_soon_threadsafe self._check_closed() File “c:\users\84961\appdata\local\programs\python\python37\lib\asyncio\base_events.py”, line 479, in _check_closed raise RuntimeError(‘Event loop is closed’) RuntimeError: Event loop is closed 2021-06-18 09:23:53 ERROR concurrent.futures - exception calling callback for <Future at 0x1c9cc6dd548 state=finished returned list> Traceback (most recent call last): File “c:\users\84961\appdata\local\programs\python\python37\lib\concurrent\futures_base.py”, line 324, in _invoke_callbacks callback(self) File “c:\users\84961\appdata\local\programs\python\python37\lib\asyncio\futures.py”, line 365, in _call_set_state dest_loop.call_soon_threadsafe(_set_state, destination, source) File “c:\users\84961\appdata\local\programs\python\python37\lib\asyncio\base_events.py”, line 732, in call_soon_threadsafe self._check_closed() File “c:\users\84961\appdata\local\programs\python\python37\lib\asyncio\base_events.py”, line 479, in _check_closed raise RuntimeError(‘Event loop is closed’) RuntimeError: Event loop is closed [2021-06-18 09:24:32 +0700] [7532] [INFO] Goin’ Fast @ http://0.0.0.0:5002 2021-06-18 09:24:32 INFO sanic.root - Goin’ Fast @ http://0.0.0.0:5002

The server is running at http://localhost:5002/login?username=me&password=my-secure-password

[2021-06-18 09:24:32 +0700] [7532] [INFO] Starting worker [7532] 2021-06-18 09:24:32 INFO sanic.root - Starting worker [7532] Stopping event service. [2021-06-18 09:24:45 +0700] [7532] [INFO] Stopping worker [7532] 2021-06-18 09:24:45 INFO sanic.root - Stopping worker [7532] [2021-06-18 09:24:45 +0700] [7532] [INFO] Server Stopped 2021-06-18 09:24:45 INFO sanic.root - Server Stopped 2021-06-18 09:24:45 ERROR asyncio - Task was destroyed but it is pending! task: <Task pending coro=<TCPConnector._resolve_host() running at c:\users\84961\appdata\local\programs\python\python37\lib\site-packages\aiohttp\connector.py:865> wait_for=<Future pending cb=[_chain_future.._call_check_cancel() at c:\users\84961\appdata\local\programs\python\python37\lib\asyncio\futures.py:351, <TaskWakeupMethWrapper object at 0x000001C9CC7E87F8>()]> cb=[TCPConnector._create_direct_connection..drop_exception() at c:\users\84961\appdata\local\programs\python\python37\lib\site-packages\aiohttp\connector.py:1002]> 2021-06-18 09:24:45 ERROR asyncio - Task was destroyed but it is pending! task: <Task pending coro=<TCPConnector._resolve_host() running at c:\users\84961\appdata\local\programs\python\python37\lib\site-packages\aiohttp\connector.py:865> wait_for=<Future pending cb=[_chain_future.._call_check_cancel() at c:\users\84961\appdata\local\programs\python\python37\lib\asyncio\futures.py:351, <TaskWakeupMethWrapper object at 0x000001C9CC7E8A98>()]> cb=[TCPConnector._create_direct_connection..drop_exception() at c:\users\84961\appdata\local\programs\python\python37\lib\site-packages\aiohttp\connector.py:1002]>

This is my setup:
Rasa Version : 2.7.0
Minimum Compatible Version: 2.6.0
Rasa SDK Version : 2.7.0
Rasa X Version : 0.40.1
Python Version : 3.7.6
Operating System : Windows-10-10.0.19041-SP0