You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
visit http://giteaurl/issues
then click "Closed" tab on right side
there is an error page displayed 500 internal error,and in log file:The incoming request has too many parameters. This server supports a maximum of 2100 parameters. Please reduce the number of parameters and resend the request.
This is due to the default selection behavior of the issues page, as there are too many repos passed in later on &repos=...
There are differences in the concepts of between "select all repos " and "select every repo"
If 'select all' is understood as' select everything ', then&repos=.... Later, if there are 1000+ repos, then 1000+ parameters need to be passed in ...