Known issues

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

Known issues in DevOps Loop 2025.09 (1.0.3)

The known issues are as follows:

ID Description
NEXUS00003212

After a Build server or an agent pod restarts, the previously configured agents are no longer available in Build.

To work around this problem, you must reconfigure the agents manually from the Build UI after restarting any pod. For more information, refer to Configuring agents.

NEXUS00003275

When an administrator is added to a loop by another administrator before logging into Measure for the first time or before creating their own Loop, the administrator cannot log in to Measure.

To work around this problem, you must log in to Measure as another administrator (for example, the one who created the loop) and assign the global Product Administrator role to the administrator who cannot log in.

NEXUS00003375

When you upgrade DevOps Loop from version 1.0.2 to version 1.0.3, teamspace creation might fail at the Build step if the teamspace contains existing build resources with naming conventions that conflict with the resources created during the upgrade.

To work around this problem, rename the conflicting resources in Build and then click the Retry option.

Known issues from earlier versions

The known issues identified in the earlier versions of DevOps Loop that are still applicable are as follows:

ID Description
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.
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.