资产链接提示测试失败

connet websocket error
The Cross-Origin-Opener-Policy header has been ignored, because the URL’s origin was untrustworthy. It was defined either in the final response or a redirect. Please deliver the response using the HTTPS protocol. You can also use the ‘localhost’ origin instead. See Secure Contexts and HTML Standard.
log/?type=celery:107 WebSocket connection to ‘ws://172.172.172.115:8080/ws/ops/tasks/log/’ failed:
(匿名) @ log/?type=celery:107
log/?type=celery:117 WebSocket connection to ‘ws://172.172.172.115:8070/ws/ops/tasks/log/’ failed:

1、检查 celery 组件是否正常工作。
2、nginx 配置文件location里加上:
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection “upgrade”;
修改完重启,清除浏览器缓存并重新登录。