diff --git a/src/apptask.js b/src/apptask.js index b2585e1f9..9894a0659 100644 --- a/src/apptask.js +++ b/src/apptask.js @@ -671,6 +671,7 @@ function restore(app, callback) { // note that configure is called after an infra update as well function configure(app, callback) { + // oldConfig can be null during an infra update var locationChanged = app.oldConfig ? app.oldConfig.location !== app.location : true; async.series([