Hello community, I'm new to FF and your support is much appreciated.
My app has a login page for user authentication which then navigates to the Main page.
In Run mode, it shows the splash screen and then the login page. Upon successful authentication, the canvas goes blank without displaying the Main page.
Upon checking the Javascript console, I find the following error, "bundle.js:2 Uncaught (in promise) Error: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received at h (bundle.js:2:193979)"
I'm pretty much stuck at this point and not sure how to proceed. I also noticed another weird issue in Settings and Integrations > App Details > Initial Page
If I set the Entry page to "login" and Logged in Page to "Main page", then in Run mode, the canvas displays the splash screen and then goes blank (does not navigate to login)
However, if I flip the above i.e. Entry page as "Main page" and Logged in Page as "login, then in Run mode, the canvas displays the splash screen and then login, but does not go further after successful authentication.
Thanks!