最近搜索


没有最近搜索

zendesk timeout error on angular 11



已于 2022年11月15日 发布

i successfully integrated ngx-zendesk-webwidget into Angular 11 web app. we can chat via web-widget. but when i try to initialize zendesk webwidget for other functions like hide, show or activate, after 30-40 secs system gives timeout error. how can we solve problem?

technically speaking,

await this._NgxZendeskWebwidgetService.initZendesk(new ZendeskConfig());

gives this error:


0

1

1 条评论

image avatar

Chris Sos

Zendesk Product Manager

Hi Gulcin,

It sounds like you're running into a timeout error when trying to initialize the ngx-zendesk-webwidget in your Angular 11 web app. This can be a frustrating issue, but there are a few potential solutions that you can try to address the problem.

One potential solution is to increase the timeout duration for the initZendesk function. By default, this function may have a relatively short timeout duration, which could be causing the error you're seeing. You can try increasing the timeout duration to see if that helps resolve the issue.

Another potential solution is to check for any potential conflicts between the ngx-zendesk-webwidget and other libraries or components in your Angular app. If there are any conflicts, they could be causing the timeout error you're seeing. You can try isolating the ngx-zendesk-webwidget to see if that helps resolve the issue.

If you're still having trouble, you can also try reaching out to the developers of the ngx-zendesk-webwidget library for additional support and guidance. They may be able to provide more specific recommendations based on your specific situation.

Hope this helps!

Chris

0


请先登录再写评论。

找不到所需的内容?

新建帖子