Fail to request https://sonarqube.OURCOMANY.com

On server side we using 8.3 version and on android side i am using 2.7 plugin version
I am trying to upload sonarqube report to our server https://sonarqube.OURCOMANY.com/
I got this command and i execute this ./gradlew sonarqube
-Dsonar.projectKey=BASIC_FIRST
-Dsonar.host.url=https://sonarqube.OURCOMANY.com
-Dsonar.login=dff60a3b2d369a6f22a75995a0fad009bd635d82

But in last I am getting this error
1- Execution failed for task ‘:app:sonarqube’.

Fail to request https://sonarqube.affle.com/api/ce/submit?projectKey=BASIC_FIRST&projectName=app

2- While on another project i am facing
PayloadTooLargeError: request entity too large
‘request entity too large’,
**** expected: 160543,****
**** length: 160543,****
**** limit: 102400,****
**** type: ‘entity.too.large’ }****

Hi Arjun,

This:

Very likely means that your SonarQube instance sits behind a reverse proxy which has a request size limit setup at 100Kb. As the report generated is larger than this size, the proxy rejects the request and therefore your task fails.

Try configuring the proxy to accept larger request sizes. The size of the report generated appears in the scan logs, towards the end.