The n8n self-hosted platform is what I’m working on.
I integrated this into my Vue application using n8n/chat npm. However, I am unable to see the input portion of the Vue application when I load it within.
I’ve provided what I can see in the console.
I changed a few things after this issue arose and I looked over your earlier entries.
- Workflow is active, as verified by checking.
- Verified whether web socket was enabled in the environment variable n8n.
- To determine whether this was a vue issue, I used CDN embed.
It works well inside the n8n (self hosted).
But without resolving this issue, I am unable to proceed. When I chat using other apps, this doesn’t work.
I hope you can help me.