Has anyone experienced this issues before?
DevTools failed to load SourceMap
nlRUM.js failed to load
Cannot read property 'isStandalone' of undefined
Santiago
06/11/2020, 2:49 PM
I have upgraded to 2020.1 from 2019.1 the Theme is 20.1 but the extensions are from 2019.1.
s
Steve Goldberg
06/11/2020, 3:05 PM
The first two you can ignore. As for the last, you'll need to be more specific from where that property error is coming from
s
Santiago
06/11/2020, 3:17 PM
It seems it comes from the Header.Menu.View and this.application would be undefined for some reason
s
Steve Goldberg
06/11/2020, 3:25 PM
OK, that's puzzling. I would recommend deactivating all of your extensions and see if it still returns the error. I would also doublecheck all your configurations to make sure they are correct (touch points, web site setup record, configuration file, etc)
s
Santiago
06/11/2020, 4:05 PM
I figured it out the extension was overwriting the intialize function of the source and was missing a few new lines of code.
s
Steve Goldberg
06/11/2020, 4:12 PM
OK, we would not recommend overwriting the properties of core classes for exactly this reason