You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logs seem to suggest that it's a race condition, where keenCountFn isn't able to populate keenCount on startup before the query tries to access it in keenCount[docs[d].url], causing a fatal error.
2015-06-16T03:48:06.885543+00:00 app[web.1]: TypeError: Cannot read property 'http://www.precisionformedicine.com/path-analytics-platform/' of undefined
2015-06-16T03:48:06.885548+00:00 app[web.1]: at /app/web.js:131:40
Solution might be as simple as to initialize keenCount on declaration, but I'm not sure.
The text was updated successfully, but these errors were encountered:
Logs seem to suggest that it's a race condition, where
keenCountFn
isn't able to populatekeenCount
on startup before the query tries to access it inkeenCount[docs[d].url]
, causing a fatal error.Solution might be as simple as to initialize keenCount on declaration, but I'm not sure.
The text was updated successfully, but these errors were encountered: