phani-teja-nunna opened a new issue, #8535: URL: https://github.com/apache/incubator-devlake/issues/8535
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened We have deployed devlake (v1.0.3-beta-3) on AKS cluster via helm deployment. We are not able to select the required repositories when configuring Azure DevOps connection. The list of projects load fine but not the corresponding repos. Error(Removed some confidential information in the log): 192.168.130.226 - - [13/Aug/2025:14:51:23 +0200] "GET /api/plugins/azuredevops/connections/3/remote-scopes?groupId=group/aaaa HTTP/1.1" 401 179 "-" "curl/7.88.1" "127.0.0.1" 2025/08/13 14:54:00 [error] 21#21: *2535 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.168.130.226, server: localhost, request: "GET /api/plugins/azuredevops/connections/3/remote-scopes?groupId=group%2Faaaa HTTP/1.1", upstream: "http://192.168.0.112:8080/plugins/azuredevops/connections/3/remote-scopes?groupId=group%2Frepo", host: "host.com" I have added the following annotations to nginx but it does not help. annotations: nginx.ingress.kubernetes.io/proxy-body-size: 2048m nginx.ingress.kubernetes.io/allow-encoded-slashes: "true" nginx.ingress.kubernetes.io/proxy-connect-timeout: "3600s" nginx.ingress.kubernetes.io/proxy-read-timeout: "3600s" nginx.ingress.kubernetes.io/proxy-send-timeout: "3600s" nginx.org/proxy-connect-timeout: 3600s nginx.org/proxy-read-timeout: 3600s nginx.org/proxy-send-timeout: 3600s ### What do you expect to happen Load the repos properly. ### How to reproduce 1. Configure ADO connection 2. Add data Data Scope 3. Select one of the ADO projects ### Anything else _No response_ ### Version v1.0.3-beta-3 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: dev-unsubscr...@devlake.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org