Roman Maksimov
Roman Maksimov
seems as if i'm in the same boat ``` $ electron --version v18.0.1 ``` the following leads to a gray screen (dev tools doesn't work either) ``` $ electron /usr/lib/rocketchat-desktop...
There is no package for Arch, so I'm using the same repository mentioned above (https://aur.archlinux.org/packages/rocketchat-desktop)
I have the same issue on Android 10. RocketChat client version is 4.27.1, server version is 4.7.1
As a temporary fix the following commit should help https://github.com/rmaksimov/impacket/commit/8a31de6563fbfded1f53f81d10cdb3736d31c2ec
I faced the same problem The cause was the `isHardwareAccelerationEnabled` configuration parameter value (in `~/.config/Rocket.Chat/config.json`) ```json "isHardwareAccelerationEnabled": false, ``` should be (default) ```json "isHardwareAccelerationEnabled": true, ```
Due to the RC server version it is not exactly your case, but take a look on this: https://github.com/RocketChat/Rocket.Chat/pull/28501 The new feature in [RC 6.2.0](https://github.com/RocketChat/Rocket.Chat/releases/tag/6.2.0) allows you to specify custom...
I can confirm, the bug still persists Android: 12skq1.211006.001 RC client: 4.35.1.37443 RC server: 5.4.2
Is there any news on this issue, guys?
is there any news on this issue? @diegolmello
Thanks for the quick reply I'm using nginx as a reverse proxy and client certificates for authentication There are two entries in the nginx log file for each image requested...