Last sonarcloud scan failed for one of the repo

Template for a good new topic, formatted with Markdown:

  • ALM used -GitHub

  • CI system used - Githhub action

  • Languages of the repository : nodejs

    Previously, we had automatic scanning enabled for all our microservice repositories. However, as the project grew, automatic analysis started causing issues for a few microservices. To address this, we switched to running SonarCloud analysis through CI checks for all microservices.

    Everything was working fine until yesterday, but today the analysis started failing for one of the repositories. In the Background Tasks section, we see the following errors:

    ```
    Error Details: dazzler-api [Project Analysis]

    Error Message

    There was an issue whilst processing the report. Please contact support with the Project Analysis ID: AZiioqfuHyrE9Ebzqon7.
    ´´´

    ```
    Error Details: dazzler-api [Project Analysis]

    Error Message

    There was an issue whilst processing the report. Please contact support with the Project Analysis ID: AZiiifptCn1Rw1rhp8zQ.
    ```

    Could you please help us troubleshoot this issue

Hi team, just following up on this, we’d really appreciate it if you could take a look when possible. Thanks in advance!

Hello @deepika22,

Thank you for the report.
We have identified the issue, and it has now been fixed. Could you try to run the analysis again?

Thanks Eric!

The analysis has been rerun and completed successfully. Thank you for the fix!

Glad to hear that fixed it :slight_smile:

We also added some logs to better understand why this happened (which was on a very small number of projects).
Can you think of anything specific about the id directory? Symbolic links maybe? We somehow had duplicates of files in this directory, like id/replace.ts or id/index.ts for example.
Thank you for your help.