I’m not receiving responses in the chat. I’ve already asked for advice from Gemini and Claude and we can’t get it to respond. Could you help me find out why please?
@darklt1side the tell is your Logs panel saying nothing to display, the workflow never actually ran, so its not Gemini or the agent, the chat message just isnt reaching n8ns backend. on a NAS behind a reverse proxy n8n doesnt know its own public url, so the chat widget posts to the wrong place and you get “Failed to receive response”. set WEBHOOK_URL and N8N_EDITOR_BASE_URL to your real public NAS url (not localhost), add N8N_PROXY_HOPS=1, make sure the proxy forwards the X-Forwarded headers, then restart the container. thats the documented cause for this exact error on self-hosted docker.