diff --git a/server/src/uds/REST/methods/meta_service_pools.py b/server/src/uds/REST/methods/meta_service_pools.py index 5fd00e079..91d7e466a 100644 --- a/server/src/uds/REST/methods/meta_service_pools.py +++ b/server/src/uds/REST/methods/meta_service_pools.py @@ -154,7 +154,7 @@ class MetaAssignedService(DetailHandler): return UserService.objects.filter( uuid=processUuid(userServiceId), cache_level=0, - deployed_service__meta=metaPool, + eployed_service__in=[i.pool for i in metaPool.members.all()], )[0] except Exception: pass