Página de prueba — Widget Chatbot test-chat.crmaker.cl

Página estática para probar el widget del chatbot embebido como lo vería un cliente final. El widget debería aparecer (típicamente abajo a la derecha).

Snippet embebido en esta página

<script src="https://chatbot-prueba.crmaker.cl/widget.js"
  data-stream-base="https://chatbot-prueba.crmaker.cl"
  data-api-base="https://chatbot-prueba.crmaker.cl"
  defer></script>

Si el widget no carga, abrí la consola del navegador (F12) → pestaña Console/Network y revisá errores de widget.js (404) o de CORS/origin (STREAMING_ALLOW_ORIGIN).

Qué verificar

1. widget.js carga (status 200, no 404).
2. El widget se renderiza y abre.
3. Se puede enviar un mensaje y el bot responde (stream OK, sin error de origin).