getting error below:
Oh Kay! So you are on n8n cloud, understood, that would not work as it is not advisable to use iframe methods, lets stick with the original method in that case where we were actually doing something like this, consider trying the below code, i tested this:
<link href="https://cdn.jsdelivr.net/npm/@n8n/chat/dist/style.css" rel="stylesheet" />
<script type="module">
import { createChat } from 'https://cdn.jsdelivr.net/npm/@n8n/chat/dist/chat.bundle.es.js';
createChat({
webhookUrl: 'YOUR_PRODUCTION_WEBHOOK_URL',
});
</script>
I have addressed this previously, but now some things to checkon AGAIN, your flow should be active, your chat trigger mode must be set to EMBEDDED CHAT & the webhook URL must be correct, and your response mode can be “when last node finishes” so that you actually get a reply. Just let me know what this gives you. If this didnt worked, we gonna move to a different setup. (Also if possible show us your workflow in by pasting the JSON in the preformatted text brackets
@aacevedo i think that would be good if you mark my help as a solution.
Cheers!




