Option missing to make chat public

When I click on the Chat Message box, I can’t see the option to ‘make the chat public’ to generate a URL for the chat bot.

I am using the most recent version (1.68.0). I also tried on 1.67.0 and had the same issue.

I am currently using free trial - could that be the issue?

Screenshot attached of what I see when I open the chat message node.

  • n8n version: 1.68.0
  • Database (default: SQLite): Pinecone
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system: Windows 10

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Welcome to the community @snapper !

Tip for sharing information

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

That implies to any JSON output you would like to share with us.

Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!


Using a trial account might have limitation using AI nodes. I wonder if you copied/pasted the workflow from some other workflows. If so, try adding a “fresh” Chat trigger node from the list of nodes an see if the “Make Chat Publicly Available” toggle appears there.

Here’s the two chat nodes along each other - one from your workflow I copied and the other placed from the library of nodes on the canvas. See the coloration difference too

1 Like

Creating a new chat node solved the problem. Thank you!