Make It Native app crashes right after successful login (HTTP 200 returned)

0
I'm facing an issue when testing my Mendix app with the Make It Native application. When I try to log in, the request returns HTTP 200 OK, but right after that the Make It Native app immediately crashes/closes itself. The strange part is that no errors appear in the Mendix Studio Pro console, and nothing shows up in the logs before the crash. Here’s what I’ve verified so far: The login microflow runs normally and returns 200 as expected The crash happens after the response and before any post-login logic It only happens when the response is 200 — other responses don’t crash the app Studio Pro version: 11.3.0 (I’m upgrading to 11.4.0 soon, but the issue persists on 11.3.0) I attached a screenshot showing the exact moment the crash occurs (right after the OK response block). Has anyone experienced something similar with Make It Native?Is there another place where I can check runtime logs for native mobile crashes?  
asked
1 answers
1

Hi Guilherme Veiga

 

The Make It Native app crash you’re seeing won’t show up in the Mendix Runtime logs because it’s happening inside the native client itself. To debug, you need to enable native app logging or check the device‑side logs (Android Logcat / iOS Xcode console).

 

I would suggest you to build your own dev app instead of using mendix make it native, Kindly follow the mendix doc to build a native app.

answered