I’m setting up a chat workflow, and I want to create some memory with the chat, but I keep getting an error indicating the value I’m receiving in the session id is not supported, but it’s what I’m getting out of the chat node.
For a start, can you please update your n8n version and try the workflow again (also check for new node versions in the node settings tab)
If the issue persists, please share your workflow here so we can reproduce the error you’re getting.
Thanks!
Tip for sharing your workflow in the forum
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>
```
Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!