You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lightblue throws following exception: rest/FindCommand/containerVendor/find(containerVendor:null)/images\",\"errorCode\":\"metadata:InvalidFieldReference\",\"msg\":\"images in images.*.repositories.*.published\"}
The error message is also misleading:
It should be something like: containerVendor.repositories->containerRepository.images->containerImage.repositories.published
The text was updated successfully, but these errors were encountered:
I have an array projection in containerVendor to containerRepository, which has a query on containerImage
Lightblue throws following exception:
rest/FindCommand/containerVendor/find(containerVendor:null)/images\",\"errorCode\":\"metadata:InvalidFieldReference\",\"msg\":\"images in images.*.repositories.*.published\"}
The error message is also misleading:
It should be something like:
containerVendor.repositories->containerRepository.images->containerImage.repositories.published
The text was updated successfully, but these errors were encountered: