Issue when getting product inside variants

I found a request failing with the request ID: c10c3cff-9021-4983-9ff3-f1a74a6534b8-1785504926

Response I’m getting:

{
  "errors": [
    {
      "message": "Cannot return null for non-nullable field ProductVariant.product",
      "locations": [
        {
          "line": 1,
          "column": 5615
        }
      ],
      "path": [
        "products",
        "nodes",
        0,
        "variants",
        "nodes",
        0,
        "product"
      ]
    }
  ],
  "data": null,
  "extensions": {
    "context": {
      "country": "PT",
      "language": "EN"
    },
    "cost": {
      "requestedQueryCost": 29519
    }
  }
}

Hey @Tiago_Lima :waving_hand: thanks for flagging this and for sharing that request ID.

We’re looking into this on our end with the context from the logs of the request you shared. I’ll update this thread when I have more information to share.

Hi @Tiago_Lima - following up on this.

We identified the root cause of the issue and will be shipping a fix for this in the near future. I’ll follow up in this thread once it’s live and thanks again for reporting this.