最近の検索
最近の検索はありません

Cody W
参加日2021年5月28日
·
前回のアクティビティ2021年10月16日
フォロー中
0
フォロワー
0
合計アクティビティ
4
投票
1
サブスクリプション
1
アクティビティの概要
バッジ
記事
投稿
コミュニティへのコメント
記事へのコメント
アクティビティの概要
さんの最近のアクティビティ Cody W
Cody Wさんが投稿を作成しました:
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.
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
コメント