跨域问题如何处理

什么是跨域问题

访问有数的地址由http切换为https 会出现跨域问题,现象表现为,所有报告的数据显示在加载中且无法加载出来 微信图片_20231208120645.png

解决方案

1.外层nginx配置增加如下内容: proxy_set_header Upgrade $http_upgrade;

proxy_set_header Connection "Upgrade"; 微信图片_20231208135240.png 2.有数服务器上yaml配置文件的web模块也开启下 ENABLE_XHR_POLLING: "true"这个环境变量

单机yaml文件所在目录为:/youdata/installer/docker-stack.youdataxx.yaml

双机及以上yaml文件所在目录为:/youdata/installer/docker-stack.ydswarmxx.yaml