Mendix Native Android app not launching but iOS working as expected

0
Hello All, We are having a Mendix application which is having web and native mobile solutions. We have different environments also for the Apps Dev, QA, and Prod. Our environments are in Azure Kubernetes, not Mendix cloud. Now we have the exact same code base which is running in our Dev and QA environments. We required configurations related to OIDC Open Id Connect and Push Notifications which are set up correctly. Our app in Dev is working as expected on the web, Android, and iOS. When we started testing on QA, Android alone not working. Web and iOS are working as expected.  To summarize below is the current situation Dev – Web – Working Dev – iOS – Working Dev – Android – Working QA – Web – Working QA – iOS – Working QA – Android – Not Working When I checked the logs for Android as a comparison while connecting to Dev and QA, it is as below(In Dev bold logs are the one which is different). I am just adding the relevant parts. all the lines prior to this is exactly the same If anyone can throw up some instincts on this error it will be really helpful. Or is there a way that I can get help from support team or expert Dev 2022-01-18 16:37:59.264 6895-6965/com.mobile D/SoLoader: Loaded: libreactnativeblob.so 2022-01-18 16:37:59.324 6895-6991/com.mobile I/WebViewFactory: Loading com.google.android.webview version 96.0.4664.104 (code 466410433) 2022-01-18 16:37:59.353 6895-6991/com.mobile W/.mobile.cirteq: Accessing hidden method Landroid/os/Trace;->isTagEnabled(J)Z (greylist, reflection, allowed) 2022-01-18 16:37:59.353 6895-6991/com.mobile W/.mobile.cirteq: Accessing hidden method Landroid/os/Trace;->traceBegin(JLjava/lang/String;)V (greylist, reflection, allowed) 2022-01-18 16:37:59.353 6895-6991/com.mobile W/.mobile.cirteq: Accessing hidden method Landroid/os/Trace;->traceEnd(J)V (greylist, reflection, allowed) 2022-01-18 16:37:59.353 6895-6991/com.mobile W/.mobile.cirteq: Accessing hidden method Landroid/os/Trace;->asyncTraceBegin(JLjava/lang/String;I)V (greylist, reflection, allowed) 2022-01-18 16:37:59.353 6895-6991/com.mobile W/.mobile.cirteq: Accessing hidden method Landroid/os/Trace;->asyncTraceEnd(JLjava/lang/String;I)V (greylist, reflection, allowed) 2022-01-18 16:37:59.356 6895-6991/com.mobile I/cr_WVCFactoryProvider: Loaded version=96.0.4664.104 minSdkVersion=29 isBundle=true multiprocess=true packageId=2 2022-01-18 16:37:59.371 6895-6991/com.mobile I/cr_LibraryLoader: Successfully loaded native library 2022-01-18 16:37:59.372 6895-6991/com.mobile I/cr_CachingUmaRecorder: Flushed 7 samples from 7 histograms. 2022-01-18 16:38:01.308 6895-7003/com.mobile W/SQLiteLog: (28) double-quoted string literal: "table" 2022-01-18 16:38:02.613 6895-6943/com.mobile V/FA: Inactivity, disconnecting from the service 2022-01-18 16:38:03.128 6895-6895/com.mobile W/Glide: Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored 2022-01-18 16:38:03.288 6895-6895/com.mobile I/ReactNative: [GESTURE HANDLER] Gesture handler is already enabled for a parent view 2022-01-18 16:38:03.289 6895-6895/com.mobile I/ReactNative: [GESTURE HANDLER] Initialize gesture handler for root view  QA 2022-01-18 16:36:28.723 6617-6686/com.mobile D/SoLoader: Not resolving dependencies for libreactnativeblob.so 2022-01-18 16:36:28.725 6617-6686/com.mobile D/SoLoader: Loaded: libreactnativeblob.so 2022-01-18 16:36:28.787 6617-6709/com.mobile I/WebViewFactory: Loading com.google.android.webview version 96.0.4664.104 (code 466410433) 2022-01-18 16:36:28.820 6617-6709/com.mobile W/.mobile.cirteq: Accessing hidden method Landroid/os/Trace;->isTagEnabled(J)Z (greylist, reflection, allowed) 2022-01-18 16:36:28.820 6617-6709/com.mobile W/.mobile.cirteq: Accessing hidden method Landroid/os/Trace;->traceBegin(JLjava/lang/String;)V (greylist, reflection, allowed) 2022-01-18 16:36:28.820 6617-6709/com.mobile W/.mobile.cirteq: Accessing hidden method Landroid/os/Trace;->traceEnd(J)V (greylist, reflection, allowed) 2022-01-18 16:36:28.820 6617-6709/com.mobile W/.mobile.cirteq: Accessing hidden method Landroid/os/Trace;->asyncTraceBegin(JLjava/lang/String;I)V (greylist, reflection, allowed) 2022-01-18 16:36:28.820 6617-6709/com.mobile W/.mobile.cirteq: Accessing hidden method Landroid/os/Trace;->asyncTraceEnd(JLjava/lang/String;I)V (greylist, reflection, allowed) 2022-01-18 16:36:28.824 6617-6709/com.mobile I/cr_WVCFactoryProvider: Loaded version=96.0.4664.104 minSdkVersion=29 isBundle=true multiprocess=true packageId=2 2022-01-18 16:36:28.842 6617-6709/com.mobile I/cr_LibraryLoader: Successfully loaded native library 2022-01-18 16:36:28.843 6617-6709/com.mobile I/cr_CachingUmaRecorder: Flushed 7 samples from 7 histograms. 2022-01-18 16:36:32.073 6617-6669/com.mobile V/FA: Inactivity, disconnecting from the service      
asked
0 answers