https://github.com/EnMasseProject/enmasse/issues/4279
Whilst testing creating an address, the UI failed with message "address space plan '' not found". Looking at the server logs, I can see that the UI made a all_address_plans without populating the address space plan argument.
2020-04-06T21:30:34.611Z Query error - op: all_address_plans query: query all_address_plans {
addressPlans(addressSpacePlan: "", addressType: queue) {
metadata
spec
{ addressType displayName longDescription shortDescription __typename } __typename
}
}