I run into the following error every now and then.
ERROR Error: Uncaught (in promise): invalid link:MenuPage at d (polyfills.js:3) at l (polyfills.j
In MenuPage.ts : add this over the class MenuPage:
@IonicPage( { name: 'tabs-page' })
In app.components.ts
rootPage: string = 'tabs-page';
Please try it!