I’m trying to make a chat trigger go public, but not being able to.
My n8n is self hosted in an aws ec2, and the instance is accessible through a domain, through IIS.
Testing it inside the n8n, it works ok. But when I access the Chat UI, public on my domain, it doesn’t respond anything, as in the image below. Also, no execution is registered.
I would advise, in a scenario like this, once on the url itself, to open chrome/browser developer tools, and investigate the console & networking panel.
Then try perform chat actions and see if there are any crazy errors. I have seen something like this happen on self hosted where the websocket was dropping connections, and I had to custom route the socket endpoint via nginx reverse proxy, and it fixed the issue.
Hey Thomas, did you solve the issue? And if, yes, please tell how. I am running selfhosted n8n on a render.com in order to test webhook functionality and having issue to create credentials for google mail, drive node. In “redirect url” in the node exist predifined url linked to lokal:5678 and when i reset “redirect url” to server-name:443 it does not function. Any idea what to do?