Project

General

Profile

Actions

Bug #27321

open

Plugin doesn't show anything

Added by Nicolas CHARLES 4 days ago. Updated 1 day ago.

Status:
Pending release
Priority:
1 (highest)
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No

Description

It doesn't find the nodes

it seems the nodeFactRepo call ReadExternalReports.scala doesn't return what is expected

definition is

def get(
      nodeId: NodeId
  )(implicit qc: QueryContext, status: SelectNodeStatus = SelectNodeStatus.Any): IOResult[Option[CoreNodeFact]]

usage is

optNode <- nodeFactRepo.get(nodeId).toBox
node <- optNode match {
case None => Failure(s"The node with ID '${nodeId}' was not found, we can't add external information")
case Some(n) => Full(n)
}


Files

clipboard-202507211630-j8nyk.png (73.5 KB) clipboard-202507211630-j8nyk.png Nicolas CHARLES, 2025-07-21 16:30

Related issues 1 (0 open1 closed)

Related to Rudder - Bug #26605: CurrentUser.queryContext is null when used in a ZIO forReleasedClark ANDRIANASOLOActions
Actions

Also available in: Atom PDF