Eugene
Eugene
@ambuj64 I'm sorry you faced with the issue. Could you provide additional details? Please fill-in the template from above.
@jacksona38 any steps to reproduce? Composer app loads in seconds for me. Anything specific about version you use or the environment or machine / internet connection?
I was able to reproduce the issue on my end. Looks like the delay is caused by the wrong `replyToId` set for the activities going after the successful signin flow....
@HesselWellema to me this issue doesn't look like the WebChat issue as we are not able to influence the generation of the non-existent or malformed `replyToId` ids. I suppose we...
Hello @HesselWellema sorry for a delay, I was sick yesterday. Nothing new from my end yet: I believe this is an SDK issue, not the WebChat issue, but I wasn't...
@Amey819 what exact electron version are you using?
@Amey819 please either use the ES5 build (https://cdn.botframework.com/botframework-webchat/latest/webchat-es5.js), or upgrade the Electron to the latest version (`latest: 29.0.1` to the date)
@Amey819 the release date of the version was 2018-09-10. The version is using Chrome 57 along with NodeJS 8.9.3, which both are not supported already and have a lot of...
@Amey819 The error is caused by an older Chrome engine not recognizing the regular expression `/\p{P}/` due to the lack of support of the `\p` escape class: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Unicode_character_class_escape According to...
@jagjotkhera the link provided doesn't work to me. I'm getting: ``` 504 Gateway Time-out ``` So I have to ask: is the issue appears with Suggeted action links or Adaptive...