Login and logout issues after upgrading to 10.24 from 9.24
0
Hi everyone! I just upgraded our Mendix native app from 9.24 to 10.24. After this upgrade I'm experiencing very weird behavior when logging in or out. When logging in the show page doesn't work from the role based homepage nanoflow. This nanoflow does seem to be called after login but the show page activity doesn't function. After restarting the app it works fine. When logging out the app also stays on the same page, but after restarting the app the session is killed anyway and you're directed to the login page. Does anyone of you experience the same kind of issues after upgrading to Mx10.24? All these issues occur on our acceptance environment with a native app created with Bitrise. We tried making new builds, reinstalling and clearing all data, synchronizing after login, checking internet connection before logout and adding a delay to the show page activity. In Logcat the only error on logging in is the following: "E Trying to add a root view with an explicit id (11) already set. React Native uses the id field to track react tags and will overwrite this field. If that is fine, explicitly overwrite the id field to View.NO_ID before calling addRootView." I don't know if this is related or how to fix it.