Hi all, After upgrading to Mx10 (10.18.3) our web view sign in flow seems to have stopped working on our Android native app. After navigating through the Entra ID signin flow the Client report a warning: Can't open url: makeitnative://oauth/callback?code=1.AREAgml3J4LYskGVrDIvKNWizpOPU3tf5... This is in our custom developer app, the MiN 10 just crashes without any warning/errors in the Studio Pro console. My breakpoint in MobileSSO.HandleDeeplink is not triggered in Mx10, while it is in Mx9. The issue seems similar to https://github.com/react-native-webview/react-native-webview/issues/2454. I am not sure that adding whitelistOrigin the MiN and myapp:// schemes to the default Mendix widget would solve my problem and is also not desirable with respect to maintainability. We are using web view for sign in because of roulating work phones and don't want to use external browser, which might have session cookie from previous shift user. We are using the latest Native Mobile Resources and Mobile SSO. Any ideas or help is appreciated how to circumvent this issue.