Known issues

You can find the known issues that are identified in this version of HCL DevOps Loop.

Known issues in DevOps Loop 2025.06 (1.0.2)

The known issues are as follows:

IDDescription
NEXUS00001729

When you log out of DevOps Loop, the logout page redirects to the error screen that displays the Cookie not found message.

To work around this problem, refresh the page, and then log out.

NEXUS00001734 When you log in to DevOps Loop and open DevOps Build from the switcher, you might see the login page of DevOps Build intermittently instead of displaying the home page.
NEXUS00001925 When a user is invited through the add user process as part of teamspace management, and then the user completes the sign-up process after clicking the invite link received over email, DevOps Loop displays just the confirmation message instead of displaying the login link.

To work around this problem, the user must manually enter the URL to log in to the platform.

NEXUS00002053 When you navigate to Settings > User Administration > Users, and if you try to filter the user list by using the drop-down lists available on the page, the result might not display correctly.
NEXUS00002068 When a teamspace owner invites an admin user through the invite process as part of the teamspace creation, and when the invited user logs in to DevOps Loop and tries to create a loop, the loop creation process fails at the Control stage.

To work around this problem, the teamspace owner must provide the owner role to the invited user in the organization in DevOps Control before the invited user creates a loop.

NEXUS00002082 When you perform the following steps in DevOps Loop, you might see the error page instead of the DevOps Measure home page:
  1. Create a teamspace.
  2. Create a loop.
  3. Navigate to Measure.

    An error page is displayed.

To work around this problem, you must perform the following tasks:
  1. Configure nginx to increase its buffer size with the following values:

    proxy_buffer_size 32k;

    proxy_buffers  8 16k;

    Note: You can run the following commands to do the configuration:
    kubectl get pods | grep velocity-router
    kubectl edit cm nginx-conf
    kubectl delete pod <velocity-router-id>
  2. Verify whether the issue is resolved. If not, go to step 3.
  3. Resync the user's access by performing the following steps:
    1. Log in to DevOps Measure and delete the user from the team that is created through teamspace or loop by navigating to Settings > Users.

      The user can log in to Measure but loses access to teams and resources associated with the teamspace or loop in DevOps Measure.

    2. In DevOps Loop, add the user again through the teamspace and loop creation process.
NEXUS00002086 When a teamspace owner invites an admin user through the invite process as part of the teamspace creation, and when the invited user logs in to DevOps Loop and navigates to DevOps Measure through the switcher, the login page displays instead of the home page of DevOps Measure.
To work around this problem, you must perform one of the following tasks:
  • Click Login with OIDC.
  • Clear your cache, cookies, and local browser data.
If the issue is still not resolved, resync the user's access by performing the following steps:
  1. Log in to DevOps Measure and delete the user from the team that is created through teamspace or loop by navigating to Settings > Users.

    The user can to log in to DevOps Measure but loses access to teams and resources associated with the teamspace or loop in DevOps Measure.

  2. In DevOps Loop, add the user again through the teamspace and loop creation process.
NEXUS00002089 The dashboard on the My Loops page displays many visualizations that are specific to a loop. But the Number of builds with success and failure visualization does not display the data specific to a loop. The visualization displays the consolidated data of all the loops from DevOps Build.