diff --git a/src/js/client.js b/src/js/client.js index 3f3ba7b0f..0f20704a0 100644 --- a/src/js/client.js +++ b/src/js/client.js @@ -3029,7 +3029,7 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout // basically the user has not setup appstore account yet if (!subscription.plan) return window.location.href = '/#/appstore'; - window.location.href = this.getConfig().consoleServerOrigin + '/#/cloudron/' + subscription.cloudronId; + window.location.href = this.getConfig().consoleServerOrigin + '/#/subscription_setup/' + subscription.cloudronId; }; Client.prototype.getAppstoreAppByIdAndVersion = function (appId, version, callback) {