已打开 07:15AM - 10 Jun 26 UTC
已关闭 08:03AM - 10 Jun 26 UTC
area/nacos
我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。另外请按照如下要求提交相关信息节省社区维护同学的理解成本,否则该讨论极有可能直接被…忽视或关闭。
We recommend using English. If you are non-native English speaker, you can use the translation software. We recommend using English. If you are non-native English speaker, you can use the translation software. In addition, please submit relevant information according to the following requirements to save the understanding cost of community maintenances, otherwise the discussion is very likely to be ignored or closed directly.
**Which Component**
新版控制台配置中心
**Describe the bug**
打开配置中心时报错,点【搜索】后正常暂时
不清楚是我数据有问题还是代码有问题,老控制台没有这个报错
后台报错:
{
"code": 10002,
"message": "data access error",
"data": "PreparedStatementCallback; SQL [SELECT a.id,a.data_id,a.group_id,a.tenant_id,a.app_name,a.content,a.md5,a.encrypted_data_key,a.type,a.c_desc,a.gmt_modified,GROUP_CONCAT(b.tag_name SEPARATOR ',') as config_tags FROM (SELECT id,data_id,group_id,tenant_id,app_name,content,md5,encrypted_data_key,type,c_desc,gmt_modified FROM config_info WHERE tenant_id LIKE ? ORDER BY id LIMIT 0,10) a LEFT JOIN config_tags_relation b ON a.id=b.id GROUP BY a.id,a.data_id,a.group_id,a.tenant_id,a.app_name,a.content,a.md5,a.encrypted_data_key,a.type,a.c_desc,a.gmt_modified]; Statement cancelled due to timeout or client request"
}
**Simplest demo**
**To Reproduce**
1.登录后会跳转到【skill管理】,选择一个命名空间(非默认的public)
2.点击【配置列表】,进入后即报错
3.点击【搜索】可正常展示
**Expected behavior**
**Screenshots**
<img width="1271" height="355" alt="Image" src="https://github.com/user-attachments/assets/c6abb996-cbc0-4e25-ace9-dbe6ef8dee8a" />
<img width="1084" height="633" alt="Image" src="https://github.com/user-attachments/assets/149aefad-0c0e-4afa-a27b-1efabda8a86a" />
<img width="1084" height="633" alt="Image" src="https://github.com/user-attachments/assets/a5bc71d7-ce9f-4701-aca3-4f0425f3b102" />
**Additional context**
版本:v3.2.2