#5154·berty

Group screen: Click on the question mark closes the app

Author: jefft0Created Jul 6, 2026Updated Jul 6, 2026
Labelsbugverified

Is there an existing issue for this?

  • I have searched the existing issues

Berty product

Mobile app

Berty product version

2.471.12

OS

Android

OS version

?

Device

No response

Steps to reproduce

  1. Create group
  2. Click on question mark in upper-right

Current behavior

Crash. In the Android emulator, metro prints:

 ERROR  [TypeError: Cannot read property 'publicKey' of undefined]

Here is the same error from metro for the iOS simulator which is more detailed:

 ERROR  [TypeError: Cannot read property 'publicKey' of undefined]
[React] { [TypeError: Cannot read property 'publicKey' of undefined]
componentStack: '\n    at OneToOneHeader
(http://192.168.1.34:8081/node_modules/expo/AppEntry.bundle//&platform=ios&dev=true&hot=false&lazy=true&transform.engine=hermes&transform.bytecode=1&transform.routerRoot=app&unstable_transformProfile=hermes-stable:454403:23)\n
at RCTView (<anonymous>)\n    at View
(http://192.168.1.34:8081/node_modules/expo/AppEntry.bundle//&platform=ios&dev=true&hot=false&lazy=true&transform.engine=hermes&transform.bytecode=1&transform.routerRoot=app&unstable_transformProfile=hermes-stable:14986:19)\n
at RCTScrollContentView (<anonymous>)\n    at RCTScrollView (<anonymous>)\n    at ScrollView
(http://192.168.1.34:8081/node_modules/expo/AppEntry.bundle//&platform=ios&dev=true&hot=false&lazy=true&transform.engine=hermes&transform.bytecode=1&transform.routerRoot=app&unstable_transformProfile=hermes-stable:64751:36)\n
at ScrollView (http://192.168.1.34:8081/node_modules/expo/AppEntry.bundle//&platform=ios&dev<…>

Expected behavior

No crash.

Other

No response