Error during SonarScanner execution 413 Request Entity Too Large

Version: SonarQube developer edition 10.3.0.82913
SonarQube is hosting on EC2(Linux) in AWS
We have more than 100 projects in Sonarqube server but this one which is React project is showing this error when the pipeline is running

`INFO: EXECUTION FAILURE`

`INFO: Total time: 1:08.105s`

`INFO: Final Memory: 81M/280M`

`ERROR: Error during SonarScanner execution`

`java.lang.IllegalStateException: Failed to upload report: Error
413 on https://sonarqube.xxxxxxxxxxxx.com/api/ce/submit?projectKey=$SONAR_XXXXXXXX_KEY&characteristic=pullRequest%3D2270
: <html>`

`<head><title>413 Request Entity Too
Large</title></head>`

`<body>`

`<center><h1>413 Request Entity Too
Large</h1></center>`

Hi,

Welcome to the community!

There is likely something on your network, e.g. a proxy, that’s blocking the analysis report submission. You should check with your network folks.

 
Ann