-
Notifications
You must be signed in to change notification settings - Fork 1.4k
app crashes on connection to Rocket.Chat Server 3.1.1 #2054
Copy link
Copy link
Closed
Description
- Your Rocket.Chat Experimental app version: 4.6.4
- Your Rocket.Chat server version: 3.1.1
- Device (or Simulator) you're running with: Android and iOS devices
The app crashes on connection, stack trace starts with
com.facebook.react.common.JavascriptException: TypeError: Cannot read property 'length' of null
This error is located at:
in k
in s
in RCTView
in Unknown
in Unknown
in S
in RCTView
in RCTView
in o, js engine: hermes, stack:
getRoomAvatar@1:1525521
....
With Rocket.Chat server version 3.0.12 the app was working.
The older version of the app (4.5.1) works also with Rocket.Chat server version 3.1.1.
I suspect the change in #1958 is the culprit:
Rocket.Chat.ReactNative/app/lib/rocketchat.js
Line 1238 in 2b3ccf4
| return room.uids.length + room.usernames.join(); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels


