YangHuiFor opened a new issue #4420: URL: https://github.com/apache/apisix/issues/4420
### Issue description 本地使用的apisix 2.6版本, 项配置下使用nacos服务发现。 搜索了之前的Issue没发现有类似的问题 curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -i -d ' { "uri": "/v1/*", "upstream": { "service_name": "APISIX-NACOS", "type": "roundrobin", "discovery_type": "nacos" } }' 请求无法通过,提示 2021/06/12 07:26:50 [error] 47#47: *213366 [lua] init.lua:470: http_access_phase(): failed to set upstream: discovery nacos is uninitialized, client: 172.20.0.1, server: _, request: "GET /v1/t HTTP/1.1", host: "127.0.0.1:9080" ### Environment 使用的Mac docker环境  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
