Hi,
Check if you initiate (show) the chat properly on your website.
window.botpressWebChat.onEvent(
function (event) {
**if (event.type === 'LIFECYCLE.LOADED') {
window.botpressWebChat.sendEvent({ type: 'show' })
}**
},
['LIFECYCLE.LOADED']
);
a
ambitious-vr-9887
04/25/2024, 6:30 PM
when i configured my conversation starter i just followed this video step by step, did you happen to watch it?