最近搜索
没有最近搜索

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
评论