Cobalt cannot run successfully when we connect to IPV6 network.I found that the log will print as follows:
[16:19:42][cobalt]>[0822/081942:ERROR:h5vcc_url_handler.cc(122)] Stop after network error [16:19:42][cobalt]>[1742:763719731:INFO:system_raise_platform_error.cc(50)] SbSystemRaisePlatformError: Connection error. [16:19:42][cobalt]>[1742:764083748:INFO:main.cc(128)] cobalt main process exit
We check the network to find that the network is unobstructed and other apps can run normally.What configuration do we need to do with the cobalt to enable it to run in an IPV6 network environment?
We found that although the DNS lists IPV6 and IPV4 ip addresses, the cobalt browser does not use the IPV6 address but uses the IPV4 ip address.However, IPV4 was banned in our IPV6 network environment, so we could not successfully run the cobalt. I want to know why the cobalt does not use the IPV6 IP address in the IPV6 network environment? Or why not try IPV6 IP address after failing to connect with IPV4 address