diff --git a/src/router/index.js b/src/router/index.js index bbb58e725..fc24e70c4 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -41,7 +41,7 @@ const routes = [ try { // If the saved session has timed out, clear the session, execute 404 logic. - if (!isSavedSessionStillActive()) { + if (getFunnelCookie() !== null && !isSavedSessionStillActive()) { await GoToFunnelStartOn404(next); }