in Ionic v3 suddenly I am getting this error cannot read _getPortal from undefined












0















I am getting this error in ionic v3 whenever I call a ModalController or an AlertController. It seems _appRoot is not defined. Any ideas how to fix this?



core.js:1449 ERROR Error: Uncaught (in promise): TypeError: Cannot read property '_getPortal' of undefined
TypeError: Cannot read property '_getPortal' of undefined
at App.present (app.js:241)
at Alert.present (alert.js:101)
at TaskDetailPage.<anonymous> (task-detail.ts:112)









share|improve this question

























  • Maybe related:stackoverflow.com/questions/40781394/…

    – Phonolog
    Nov 16 '18 at 9:42











  • I had seen that but it was for unit testing which is not the environment I am in. But thanks anyway. It seems from what I can tell is that since I am using LazyLoading, the rootApp is undefined which is needed by Modal and Alert controllers. I am pretty sure it worked before so I am not sure if it is some type of regression or what

    – Pascal DeMilly
    Nov 16 '18 at 12:52











  • Hmm yeah not sure on this either... But I feel like I have seen this error before. Maybe this helps: github.com/ionic-team/ionic/issues/14785

    – Phonolog
    Nov 16 '18 at 13:02













  • Just found the problem. In one of my module I had imported CommonModule which didn't think could be a problem but removing it fixed it. Go figure. Thanks for your help

    – Pascal DeMilly
    Nov 16 '18 at 17:26
















0















I am getting this error in ionic v3 whenever I call a ModalController or an AlertController. It seems _appRoot is not defined. Any ideas how to fix this?



core.js:1449 ERROR Error: Uncaught (in promise): TypeError: Cannot read property '_getPortal' of undefined
TypeError: Cannot read property '_getPortal' of undefined
at App.present (app.js:241)
at Alert.present (alert.js:101)
at TaskDetailPage.<anonymous> (task-detail.ts:112)









share|improve this question

























  • Maybe related:stackoverflow.com/questions/40781394/…

    – Phonolog
    Nov 16 '18 at 9:42











  • I had seen that but it was for unit testing which is not the environment I am in. But thanks anyway. It seems from what I can tell is that since I am using LazyLoading, the rootApp is undefined which is needed by Modal and Alert controllers. I am pretty sure it worked before so I am not sure if it is some type of regression or what

    – Pascal DeMilly
    Nov 16 '18 at 12:52











  • Hmm yeah not sure on this either... But I feel like I have seen this error before. Maybe this helps: github.com/ionic-team/ionic/issues/14785

    – Phonolog
    Nov 16 '18 at 13:02













  • Just found the problem. In one of my module I had imported CommonModule which didn't think could be a problem but removing it fixed it. Go figure. Thanks for your help

    – Pascal DeMilly
    Nov 16 '18 at 17:26














0












0








0








I am getting this error in ionic v3 whenever I call a ModalController or an AlertController. It seems _appRoot is not defined. Any ideas how to fix this?



core.js:1449 ERROR Error: Uncaught (in promise): TypeError: Cannot read property '_getPortal' of undefined
TypeError: Cannot read property '_getPortal' of undefined
at App.present (app.js:241)
at Alert.present (alert.js:101)
at TaskDetailPage.<anonymous> (task-detail.ts:112)









share|improve this question
















I am getting this error in ionic v3 whenever I call a ModalController or an AlertController. It seems _appRoot is not defined. Any ideas how to fix this?



core.js:1449 ERROR Error: Uncaught (in promise): TypeError: Cannot read property '_getPortal' of undefined
TypeError: Cannot read property '_getPortal' of undefined
at App.present (app.js:241)
at Alert.present (alert.js:101)
at TaskDetailPage.<anonymous> (task-detail.ts:112)






ionic-framework ionic3






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 16 '18 at 15:02









Phonolog

3,78731944




3,78731944










asked Nov 15 '18 at 19:46









Pascal DeMillyPascal DeMilly

1858




1858













  • Maybe related:stackoverflow.com/questions/40781394/…

    – Phonolog
    Nov 16 '18 at 9:42











  • I had seen that but it was for unit testing which is not the environment I am in. But thanks anyway. It seems from what I can tell is that since I am using LazyLoading, the rootApp is undefined which is needed by Modal and Alert controllers. I am pretty sure it worked before so I am not sure if it is some type of regression or what

    – Pascal DeMilly
    Nov 16 '18 at 12:52











  • Hmm yeah not sure on this either... But I feel like I have seen this error before. Maybe this helps: github.com/ionic-team/ionic/issues/14785

    – Phonolog
    Nov 16 '18 at 13:02













  • Just found the problem. In one of my module I had imported CommonModule which didn't think could be a problem but removing it fixed it. Go figure. Thanks for your help

    – Pascal DeMilly
    Nov 16 '18 at 17:26



















  • Maybe related:stackoverflow.com/questions/40781394/…

    – Phonolog
    Nov 16 '18 at 9:42











  • I had seen that but it was for unit testing which is not the environment I am in. But thanks anyway. It seems from what I can tell is that since I am using LazyLoading, the rootApp is undefined which is needed by Modal and Alert controllers. I am pretty sure it worked before so I am not sure if it is some type of regression or what

    – Pascal DeMilly
    Nov 16 '18 at 12:52











  • Hmm yeah not sure on this either... But I feel like I have seen this error before. Maybe this helps: github.com/ionic-team/ionic/issues/14785

    – Phonolog
    Nov 16 '18 at 13:02













  • Just found the problem. In one of my module I had imported CommonModule which didn't think could be a problem but removing it fixed it. Go figure. Thanks for your help

    – Pascal DeMilly
    Nov 16 '18 at 17:26

















Maybe related:stackoverflow.com/questions/40781394/…

– Phonolog
Nov 16 '18 at 9:42





Maybe related:stackoverflow.com/questions/40781394/…

– Phonolog
Nov 16 '18 at 9:42













I had seen that but it was for unit testing which is not the environment I am in. But thanks anyway. It seems from what I can tell is that since I am using LazyLoading, the rootApp is undefined which is needed by Modal and Alert controllers. I am pretty sure it worked before so I am not sure if it is some type of regression or what

– Pascal DeMilly
Nov 16 '18 at 12:52





I had seen that but it was for unit testing which is not the environment I am in. But thanks anyway. It seems from what I can tell is that since I am using LazyLoading, the rootApp is undefined which is needed by Modal and Alert controllers. I am pretty sure it worked before so I am not sure if it is some type of regression or what

– Pascal DeMilly
Nov 16 '18 at 12:52













Hmm yeah not sure on this either... But I feel like I have seen this error before. Maybe this helps: github.com/ionic-team/ionic/issues/14785

– Phonolog
Nov 16 '18 at 13:02







Hmm yeah not sure on this either... But I feel like I have seen this error before. Maybe this helps: github.com/ionic-team/ionic/issues/14785

– Phonolog
Nov 16 '18 at 13:02















Just found the problem. In one of my module I had imported CommonModule which didn't think could be a problem but removing it fixed it. Go figure. Thanks for your help

– Pascal DeMilly
Nov 16 '18 at 17:26





Just found the problem. In one of my module I had imported CommonModule which didn't think could be a problem but removing it fixed it. Go figure. Thanks for your help

– Pascal DeMilly
Nov 16 '18 at 17:26












0






active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53326893%2fin-ionic-v3-suddenly-i-am-getting-this-error-cannot-read-getportal-from-undefin%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53326893%2fin-ionic-v3-suddenly-i-am-getting-this-error-cannot-read-getportal-from-undefin%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Xamarin.iOS Cant Deploy on Iphone

Glorious Revolution

Dulmage-Mendelsohn matrix decomposition in Python