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
I've been working on a geotracking app based on this sample and all has been working smoothly until I rebuilt earlier today: at which point the geotracking failed entirely. At first I thought the error was on my end but now I'm beginning to suspect it may not be: I've freshly installed this sample app and am getting the following error when I attempt to enable tracking:
ERROR TypeError: Cannot read property 'trackingMode' of undefined
at BGService.webpackJsonp.39.BGService.isLocationTrackingMode (main.js:2317)
at HomePage.webpackJsonp.194.HomePage.onToggleEnabled (main.js:557)
at Object.eval [as handleEvent] (HomePage.ngfactory.js:266)
at Object.handleEvent (vendor.js:12273)
at Object.handleEvent (vendor.js:12976)
at dispatchEvent (vendor.js:9173)
at vendor.js:11101
at SafeSubscriber.schedulerFn [as _next] (vendor.js:4222)
at SafeSubscriber.__tryOrUnsub (vendor.js:31665)
at SafeSubscriber.next (vendor.js:31612)
After which the app remains somewhat responsive but there is no logging or events fired from the BGService.
Any ideas? Am I missing something obvious?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hey Chris,
I've been working on a geotracking app based on this sample and all has been working smoothly until I rebuilt earlier today: at which point the geotracking failed entirely. At first I thought the error was on my end but now I'm beginning to suspect it may not be: I've freshly installed this sample app and am getting the following error when I attempt to enable tracking:
After which the app remains somewhat responsive but there is no logging or events fired from the BGService.
Any ideas? Am I missing something obvious?
Thanks in advance!
The text was updated successfully, but these errors were encountered: