botpress userData issue
by Erik
HTML
<!DOCTYPE html>
<html lang="en">
<header></header>
<body>
<h1>Botpress "Get User Data" from init userData issue</h1>
<script src="https://cdn.botpress.cloud/webchat/v1/inject.js"></script>
<script>
window.botpressWebChat.init({
"composerPlaceholder": "Chat with bot",
"botConversationDescription": "This chatbot was built surprisingly fast with Botpress",
"botId": "e9f6b47f-8771-4654-9677-269ceee133eb",
"hostUrl": "https://cdn.botpress.cloud/webchat/v1",
"messagingUrl": "https://messaging.botpress.cloud",
"clientId": "e9f6b47f-8771-4654-9677-269ceee133eb",
"lazySocket": true,
"frontendVersion": "v1",
"showPoweredBy": true,
"enableConversationDeletion": true,
"userData": {"url": window.location.href},
});
</script>
</body>
</html>