In our organization we are facing PR validation issue with following error
##[error]ERROR: Error during SonarScanner execution
ERROR: Could not find the pullrequest with key '41483'
ERROR: Caused by: Error 404 on https://sonarcloud.io/api/alm_integration/show_pullrequest?project=<Removed>.Web.Vue&pullrequestKey=41483 : {"errors":[{"msg":"Unable to find the pullrequest with key \u002741483\u0027"}]}
ERROR:
ERROR: Re-run SonarScanner using the -X switch to enable full debug logging.
ERROR: Error during SonarScanner execution
ERROR: Could not find the pullrequest with key '41483'
ERROR: Caused by: Error 404 on https://sonarcloud.io/api/alm_integration/show_pullrequest?project=<removed>.Web.Vue&pullrequestKey=41483 : {"errors":[{"msg":"Unable to find the pullrequest with key \u002741483\u0027"}]}
ERROR:
ERROR: Re-run SonarScanner using the -X switch to enable full debug logging.
##[error]The process '/home/vsts/work/_tasks/SonarCloudAnalyze_ce096e50-6155-4de8-8800-4221aaeed4a1/1.37.0/sonar-scanner/bin/sonar-scanner' failed with exit code 2
We use Azure DevOps and checked the service connection and the project key in sonarcloud. Those are looks good for me. Any guide how to resolve this would be appreciated.