zjc1750514326 commented on issue #11528: URL: https://github.com/apache/apisix/issues/11528#issuecomment-2314507936
> @zjc1750514326 > > try this config > > ``` > discovery: > nacos: > host: > - "http://101.32.56.94:8848" > ``` > > and also provide the related `upstream` config? My nacos is set username and password, I try this config and restart apisix,but it also same error. upstream config ``` { "timeout": { "connect": 6, "send": 6, "read": 6 }, "type": "roundrobin", "scheme": "http", "discovery_type": "nacos", "discovery_args": { "group_name": "test", "namespace_id": "f63d97cf-f1c4-4131-befb-7976cdab1689" }, "pass_host": "pass", "name": "测试服务发现", "service_name": "saas-plat-user", "keepalive_pool": { "idle_timeout": 60, "requests": 1000, "size": 320 } } ``` route config: ``` { "uri": "/saas_plat/*", "name": "nacos服务注册", "methods": [ "GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", "OPTIONS", "CONNECT", "TRACE", "PURGE" ], "upstream_id": "528260153930154790", "status": 1 } ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
