log.Error().Msgf("Could not find deployments for the compound nim %s with the following opts %+v: %s",getCompoundNimSchema.CompoundNimName,deploymentOpt,err.Error())
ctx.JSON(500,gin.H{"error":fmt.Sprintf("Could not find deployments %s",err.Error())})
log.Error().Msgf("Could not find deployments for the compound nim version %s with the following opts %+v: %s",*getCompoundNimVersionSchema.Tag(),deploymentOpt,err.Error())
ctx.JSON(500,gin.H{"error":fmt.Sprintf("Could not find deployments %s",err.Error())})