cryostatio / cryostat

Secure JDK Flight Recorder management for containerized JVMs
https://cryostat.io
Other
12 stars 9 forks source link

[Bug] GraphQL ValidationError: null ID for non-null `BigInteger!` #437

Closed andrewazores closed 5 months ago

andrewazores commented 5 months ago

Current Behavior

Exception is thrown on Archives > All Targets and the table does not load any data.

Expected Behavior

No exception, and the table should be populated.

Steps To Reproduce

  1. Start a recording on some target, then archive it
  2. Go to Archives > All Targets
  3. Try to expand the table row corresponding to the target. The exception will appear and the table will say "No Archived Recordings".

Environment

No response

Anything else?

image

andrewazores commented 5 months ago

@aali309 would you like to take a look?