Hi guys, recently I’m facing a big problem when it comes to the first rendering of my application and after trying to fix it for a long time I haven’t found any solution. The error is the following:
bootstrap: ERROR BOOTSTRAPPING ANGULAR
JS: bootstrap: Inside ActionBarComponent but no Page found in DI.
JS:
JS: Error: Inside ActionBarComponent but no Page found in DI.
JS: at new ActionBarComponent (file:///data/data/org.nativescript.tabviewnativescript/files/app/vendor.js:83432:19) [angular]
JS: at createClass (file:///data/data/org.nativescript.tabviewnativescript/files/app/vendor.js:12825:20) [angular]
JS: at createDirectiveInstance (file:///data/data/org.nativescript.tabviewnativescript/files/app/vendor.js:12668:37) [angular]
JS: at createViewNodes (file:///data/data/org.nativescript.tabviewnativescript/files/app/vendor.js:14126:53) [angular]
JS: at callViewAction (file:///data/data/org.nativescript.tabviewnativescript/files/app/vendor.js:14560:13) [angular]
JS: at execComponentViewsAction (file:///data/data/org.nativescript.tabviewnativescript/files/app/vendor.js:14469:13) [angular]
JS: at createViewNodes (file:///data/data/org.nativescript.tabviewnativescript/files/app/vendor.js:14154:5) [angular]
JS: at createRootView (file:///data/data/org.nativescript.tabviewnativescript/files/app/vendor.js:14015:5) [angular]
JS: at callWithDebugContext (file:///data/data/org.nativescript.tabviewnativescript/files/app/vendor.js:15440:42) [angular]
JS: at Object.debugCreateRootView [as createRootView] (file:///data/data/org.nativescript.tabviewnativescript/files/app/vendor.js:14723:12) [angular]
JS: at ComponentFactory_.module.exports.ComponentFactory_.create (file:///data/data/org.nativescript.tabviewnativescript/files/app/vendor.js:11620:46) [angular]
JS: at ComponentFactoryBoundToModule.module.exports.ComponentFactoryBoundToModule.create (file:///data/data/org.nativescript.tabviewnativescript/files/app/vendor.js:4372:29) [angular]
JS: at ApplicationRef.module.exports.ApplicationRef.bootstrap (file:///data/data/org.nativescript.tabviewnativescript/files/app/vendor.js:6207:57) [angular]
JS: at file:///data/data/org.nativescript.tabviewnativescript/files/app/vendor.js:5934:81 [angular]
Any idea of what’s happening? It stopped working from one day to another and it doesn’t work neither the emulator nor the real device.
Thank you for the help!