diff --git a/www/common/sframe-common-outer.js b/www/common/sframe-common-outer.js index 9b39ed9a8..4fcd0e298 100644 --- a/www/common/sframe-common-outer.js +++ b/www/common/sframe-common-outer.js @@ -644,7 +644,8 @@ define([ Utils.Feedback.reportAppUsage(); if (!realtime) { return; } - if (isNewFile && AppConfig.displayCreationScreen) { return; } + if (isNewFile && Utils.LocalStore.isLoggedIn() + && AppConfig.displayCreationScreen) { return; } startRealtime(); });