预览中的数据No data found for resource with given identifier
首先以为是nginx问题查看nginx日志
39.89.216.201 - - [27/Feb/2024:10:14:53 +0800] "POST /api/crm/clue/upload HTTP/1.1" 499 0 "https://op-dev.*.com/customer/clue-management" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.6045.160 Safari/537.36" "-"
nginx报499问题,开始修改nginx配置文件
server {
location / {
proxy_connect timeout 200;
proxy _send timeout 200;
proxy read timeout 200;
}}
没用,打开ap