最近搜索


没有最近搜索

Cody W's Avatar

Cody W

已加入2021年5月28日

·

最后活动2021年10月16日

关注

0

关注者

0

活动总数

4

投票

1

订阅

1

活动概览

的最新活动 Cody W

Cody W 进行了评论,

社区评论 Developer - Zendesk APIs

We do use talk in our widget, and changing the settings off and on did not work. Specifically, we are wanting to know why it throws that 404 error when it calls that REST API endpoint.

查看评论 · 已于 2021年2月10日 发布 · Cody W

0

关注者

0

投票

0

评论


Cody W 创建了一个帖子,

帖子 Developer - Zendesk APIs

We use web widget on our site vocabulary.com, however, each time we load a page using the widget we see a 404 error. This is the error we see.

https://vocabulary.zendesk.com/talk_embeddables_service/web/status?subdomain=vocabulary&nickname=Phone%20Support

The setttings we use in the widget are posted in the code snippet below.

var settings = window.zESettings = {

  webWidget: {

color: {

launcher:'#4db538',

button:'#4db538',

header: '#6182a8',

resultLists: '#22558A',

articleLinks: '#22558A'

},

    contactForm: {

      attachments: false,

      title: { '*':'Contact Us' }

    },

    helpCenter: {

    title: {

        '*': 'Search help articles'

    }

    },

    talk: {

        suppress: true,        

    },

    chat: {

        suppress: false,

        hideWhenOffline: true

    },

    contactOptions: {

    enabled: true,

    contactButton: { '*': 'Contact Us' },

    contactFormLabel: { '*': 'Contact Us' }

    }

  }

};

We do not explicitly call vocabulary.zendesk.com/talk_embeddables_service as a request in our codebase. It is likely a request automatically called by the widget, and it throws a 404 every time. Any advice on what might be going on?

已于 2021年2月09日 发布 · Cody W

0

关注者

2

投票

3

评论