During Compose loading we check if there’s any interpolation that uses shell env and we show a warning that shell env is ignored. That warning is now always hidden because stacks always ends uploading the project with suppressWarn = true. That warning was pretty confusing anyway, since it said “may be resolved from config” which has no reason being so vague, since we know whether it is or not.