diff --git a/app/portainer/views/auth/authController.js b/app/portainer/views/auth/authController.js index da92669ae..a03e19109 100644 --- a/app/portainer/views/auth/authController.js +++ b/app/portainer/views/auth/authController.js @@ -130,7 +130,7 @@ class AuthenticationController { async checkForEndpointsAsync() { try { const isAdmin = this.Authentication.isAdmin(); - const endpoints = await getEnvironments({ limit: 1 }); + const endpoints = await getEnvironments({ limit: 1, query: { excludeSnapshots: true } }); if (this.Authentication.getUserDetails().forceChangePassword) { return this.$state.go('portainer.account');