Ionic Uncaught (in promise): invalid link

后端 未结 5 782
再見小時候
再見小時候 2021-01-12 01:58

I have probably a problem with this.nav.push in Ionic. I have done a login/registration page but when I login, I get this error message. I have to add some code

5条回答
  •  执笔经年
    2021-01-12 02:26

    I copied login example. The error is similar.

    Check points for HomePage : (1) check whether home.module.ts is (2) check @IonicPage() before '@Component' in home.ts (2) remove HomePage from declaration/entryComponents in app.module.ts when facing open-error

提交回复
热议问题