Public chat is stuck

I used the public chat feature and while accessing ir from the internet, it opens up but it is stuck at the loading animation


opening up the browser console gives the following result
image
P.S. i am trying to access it through the internet. it works fine on the local machine though and i am also able to log in to the n8n editor (at the same subdomain) via the internet

Running n8n via Docker on a cloud machine

Hi @Arjav_Jain,

if you’re accessing your instance via a public URL, you’d need to modify WEBHOOK_URL to match your public hostname. Right now it’s still sending a request to localhost hence the error.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.