diff --git a/backend/app/service/app.go b/backend/app/service/app.go index ee5948267..5f75cebd3 100644 --- a/backend/app/service/app.go +++ b/backend/app/service/app.go @@ -361,7 +361,7 @@ func (a AppService) Install(ctx context.Context, req request.AppInstallCreate) ( } index++ } - if app.Limit == 0 { + if app.Limit == 0 && appInstall.Name != serviceName { servicesMap[appInstall.Name] = servicesMap[serviceName] delete(servicesMap, serviceName) serviceName = appInstall.Name