Egor G
Egor G
I've tried a different Telegram account (sorry for not checking it earlier) and the issue can't be reproduced there at all. So it also depends on the account. I can...
Unfortunately, I started getting an error on both accounts. This time, it is a different one. It did not appear immediately, the Telegram session was a few hours old. The...
@levlam Yes, I did use 3.1.1 to compile on Linux, all the steps were taken from [here](https://github.com/tdlib/td/blob/master/example/web/README.md) and [here](https://emscripten.org/docs/getting_started/downloads.html) The issue is that at the moment there's no working tdlib...
@levlam Hi, just following up on this one. I tried the official DIBgram build and I encountered the same issues. So either there is an issue with TDLib for web...
@levlam I tried Safari instead of Chrome. I was able to reproduce the error, but only 8-9 hours after a successful sign-in. Repro scenario: - Open the app https://github.com/kubk/tdlib-refresh-bug -...
There's also [mobx-react-observer](https://github.com/christianalfoni/mobx-react-observer) that should solve it. It's a Babel/SWC plugin that automatically wraps your components with observer, so you don't have to do it manually. I've switched my projects...
I use dotenvx with Cloudflare workers and can share my solution (which is far from ideal). First of all, I turned off the automatic deployment of the worker when the...