starsz commented on issue #2426: URL: https://github.com/apache/apisix/issues/2426#issuecomment-1102481152
Hi @yzhaowei . Since your uri config in route is ` "uri": "/image/*",`.So you should configure your `redirect_uri` as follow:(started with "image" path prefix" ``` "redirect": http://localhost:9080/image/redirect" ``` else the redirect request can't match the route in Apache APISIX. -- 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]
