Evgeny Khokhlov
Evgeny Khokhlov
Hi @danr-stadion, Thank you for reporting this issue. Implementing this feature is not straightforward, and we are currently discussing the implementation details internally, as well as deliberating whether we should...
Sorry for the delay, and thank you for sharing this detailed report! It looks like the issue is with your `WebSocketCredentialsProvider`. Right now, you’re only initializing your client when you...
Hey, @anqit! Can you check release 1.2.41? we believe it should resolve the issue
Hey @Abdellah-Idrissi, thank you for reporting the issue. From the error message, it seems that your app can’t resolve some of the imports. Could you provide a minimal reproducible example...
Thank you, @Abdellah-Idrissi. We’ll take a look and get back to you soon
Hey @ryzr, Thanks a lot for raising this! Yes, we are definitely going to address this issue. For now, you can exclude `ably-java` from `io.intercom.android:intercom-sdk:17.3.0`, and it should work as...
Hey @sdg9670f, Thank you very much for reporting this! I can confirm that it’s not correct. We are working on a fix, and I’ll let you know once it’s rolled...
The fix is implemented on our backend and will be rolled out early next week
Hey @Mahmood83367, When working with an Electron app, the renderer process (which runs in the context of a web page) requires using npm packages designed for client-side (**browser**) environments. Our...
Your build setup respects the exports fields and prevents importing undeclared modules. So it shouldn't try to use node version of the library in the renderer process. Could you provide...