Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension) 10.2
- how is SonarQube deployed: zip, Docker, Helm - zip
- what are you trying to achieve - sonarqube login
- what have you tried so far to achieve this - nginx
Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!
Hi All,
I was able to resolve this issue by increasing the max URL length since SonarQube requests can have URLs longer than 2048.
events {
worker_connections 2048;
favna
(Jeroen Claassens)
3
Can you explain where exactly you configured this? Sonarqube itself? Nginx? Somewhere else? I might be facing the same problem.
I think this is base ngnix configuration file. I think this StackOverflow article
This probably explains this in better detail. Hope this helps!