alephium / alephium-frontend

A monorepo containing all things frontend on Alephium.
Other
13 stars 10 forks source link

Mobile app crashes #865

Open nop33 opened 3 weeks ago

nop33 commented 3 weeks ago

The app closes as soon as the user clicks it. No error messages. No crash reports in Posthog. Let's integrate Sentry.

Reported cases

1. Samsung Z Fold 6

On of the reporters is using Samsung Z Fold 6, stock android. They said they tried:

2. OPPO OP4F43L1 (Reno5 Lite)

Google review: App crashed!!!! Not opening

App version: 1.1.7

3. iOS

App version: 1.1.7

nop33 commented 2 weeks ago

This is one of the stacktraces that affects most of our users (Android)

Exception com.facebook.react.common.JavascriptException:
  at com.facebook.react.modules.core.ExceptionsManagerModule.reportException (ExceptionsManagerModule.java:65)
  at java.lang.reflect.Method.invoke
  at com.facebook.react.bridge.JavaMethodWrapper.invoke (JavaMethodWrapper.java:372)
  at com.facebook.react.bridge.JavaModuleWrapper.invoke (JavaModuleWrapper.java:146)
  at com.facebook.jni.NativeRunnable.run
  at android.os.Handler.handleCallback (Handler.java:959)
  at android.os.Handler.dispatchMessage (Handler.java:100)
  at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage (MessageQueueThreadHandler.java:27)
  at android.os.Looper.loopOnce (Looper.java:232)
  at android.os.Looper.loop (Looper.java:317)
  at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run (MessageQueueThreadImpl.java:233)
  at java.lang.Thread.run (Thread.java:1012)

This is the chatGPT suggests:

image image image
nop33 commented 2 weeks ago

Genimi suggests

image