Since upgrading to TeamCity Professional 2023.05 (build 129203), overview shows no builds?

Since the upgrade, I now see "No builds" next to every configuration.  If I click on that configuration, I see the full build history.  Is this a bug or did some setting change?  THanks

0
5 comments
Avatar
Fedor Rumyantsev
Hello Steve,

Sorry about the delayed response here. Can you please let me know if this issue shows up only in Sakura UI or in Classic UI too? Do you have any proxy server in front of TeamCity? Is it possible to capture a HAR file showing the issue as per this guide (https://support.zendesk.com/hc/en-us/articles/4408828867098-Generating-a-HAR-file-for-troubleshooting) and upload it via uploads.jetbrains.com, then share the upload ID with me?
0

Hey, sorry for my late response as well.

1.) The classic UI does appear correct

2.) Yes I am using a reverse proxy

3.) HAR file upload ID: 2023_07_11_TxeCGHpd3drnuSrFy3r6bR

After you mentioned that, it does appear to be the reverse proxy as when I access it locally on the machine using localhost, I don't have the issue.  This was working fine before the upgrade, so is this something that's wrong with my proxy setup or is TC not handling something correctly?  Thanks again

 

Steve

0
Avatar
Fedor Rumyantsev

Hello Steve,

I believe that you use IIS as a reverse proxy; several failed responses state that

The length of the query string for this request exceeds the configured maxQueryStringLength value.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: The length of the query string for this request exceeds the configured maxQueryStringLength value.

Can you please update the maxQueryStringLength property as per this guide and let me know if this helps with the issue?

0

Thank you sir! You are correct and it's now working.  Sorry I couldn't figure that out myself, I hadn't gone down the path of it being a proxy issue.  Much appreciated.

Steve

0
Avatar
Fedor Rumyantsev
Steve,

Glad to hear this helped, thanks for the confirmation!
0

Please sign in to leave a comment.