nkmnz
nkmnz
I just found this issue while trying to understand why a frontend running as a compose service can make successful requests from the browser to the backend running in the...
@jmotes thanks for pointing me to those discussions! I have the same issue, just a different frontend with hybrid rendering (nuxt) and a nodeJS backend instead of wordpress. I don't...
@sebwalk, @AviKokare @drexlma thank you for raising this issue! The code that is problematic is probably here in Line 90: https://github.com/chatwoot/chatwoot/blob/6d9b2a6b3376c927aa1fd1c3f39d80896f2b94ef/app/javascript/packs/sdk.js#L90 – when calling `setUser`, the SDK checks from the...
@pranavrajs sorry for pining you twice, but is it possible to expose the `IFrameHelper` through `window.$chatwoot` ? This would help with some use cases that we're thinking about (one being...
Hi, great initiative! Is there any ETA on this project? 🙂
Awesome, good news indeed! Thank you!
Hi @s1gr1d , thank you for the hard work so far :-) I have two questions with regard to the server instrumentation: 1) I'd like to better understand the reasoning...
I think we've observed the same issue: we're passing `https://service-a.compose.orb.local` to the container `service-b` and get an error like `ETIMEDOUT 198.19.248.9`, while `service-a` is actually running on `192.168.97.4` Was is...