Búsquedas recientes
No hay búsquedas recientes

Cody W
Incorporación 28 may 2021
·
Última actividad 16 oct 2021
Seguimientos
0
Seguidores
0
Actividad total
4
Voto
1
Suscripción
1
RESUMEN DE LA ACTIVIDAD
INSIGNIAS
ARTÍCULOS
PUBLICACIONES
COMENTARIOS DE LA COMUNIDAD
COMENTARIOS DE ARTÍCULOS
RESUMEN DE LA ACTIVIDAD
Última actividad de Cody W
Cody W hizo un comentario,
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.
Ver comentario · Publicado 10 feb 2021 · Cody W
0
Seguidores
0
Votos
0
Comentarios
Cody W creó una publicación,
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?
Publicado 09 feb 2021 · Cody W
0
Seguidores
2
Votos
3
Comentarios