Getting error while click on measures tab in project The request cannot be processed. Try again late

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube Server / Community Build, Scanner, Plugin, and any relevant extension) : Enterprise Edition v2025.4.2 (112048) MQR Mode

  • how is SonarQube deployed: zip

  • what are you trying to achieve : need results on measures tab

  • what have you tried so far to achieve this: we have installed same version on test instance Measures option is working fine but we are getting error in prod instance.

Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!

updated web.config file like below

    <security>
        <requestFiltering>
            <requestLimits 
                maxAllowedContentLength="4294967295"
                maxQueryString="8192"
                maxUrl="16384" />
        </requestFiltering>
    </security>

</system.webServer>