dubbo-admin
dubbo-admin copied to clipboard
Why can't I read the meta information of nacos
I can get the meta information through the nacos api for the same parameters,But after debugging, I found that calling ClientWork.queryConfig in Dubbo admin and always returns "config data not exist,error code:300". Please tell me where the configuration is wrong,Thx!
Environment
- Dubbo Admin version: 0.5.0
- Registry center detail (type and version): Nacos:2.2.0 deployed on linux
- Operating System version: window
- Java version: openjdk 11.0.12
Steps to reproduce this issue
- use nacos api i can get the meta info
- dubbo-admin can't get it