diff --git a/ghost/admin/app/utils/route.js b/ghost/admin/app/utils/route.js index c2eaae77d5..5d769a7389 100644 --- a/ghost/admin/app/utils/route.js +++ b/ghost/admin/app/utils/route.js @@ -12,7 +12,7 @@ Route.reopen({ transition.abort(); this.upgradeStatus.requireUpgrade(); return false; - } else if (this.config.get('hostSettings.forceUpgrade')) { + } else if (this.config.get('hostSettings.forceUpgrade') && transition.to?.name !== 'signout') { transition.abort(); // Catch and redirect every route in a force upgrade state this.billing.openBillingWindow(this.router.currentURL, '/pro');