moremind opened a new issue, #3425: URL: https://github.com/apache/incubator-shenyu/issues/3425
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior <img width="1081" alt="1f8ce325bd1da7cdc590f9cac58c6a4" src="https://user-images.githubusercontent.com/20184263/169695496-edae2d30-c45f-4186-9f54-551c1d61a2d6.png"> ### Expected Behavior serviceInstance is not null and forward request. ### Steps To Reproduce 1.open springcloud plugin. 2.send request to springcloud. 3.unable to arrive destination. ### Environment ```markdown ShenYu version(s):2.5.0 snapshot ``` ### Debug logs match log: ``` 2022-05-22 20:37:17 [boundedElastic-5] INFO org.apache.shenyu.plugin.base.AbstractShenyuPlugin - contextPath selector success match , selector name :/springcloud 2022-05-22 20:37:17 [boundedElastic-5] INFO org.apache.shenyu.plugin.base.AbstractShenyuPlugin - contextPath rule success match , rule name :/springcloud 2022-05-22 20:37:17 [boundedElastic-5] INFO org.apache.shenyu.plugin.base.AbstractShenyuPlugin - springCloud selector success match , selector name :/springcloud 2022-05-22 20:37:17 [boundedElastic-5] INFO org.apache.shenyu.plugin.base.AbstractShenyuPlugin - springCloud rule success match , rule name :/springcloud/order/path/** ``` response result: ``` { "code": -109, "message": "SpringCloud serviceId does not exist or is configured incorrectly!", "data": null } ``` ### Anything else? _No response_ -- 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]
