Qdrant API connected successfully but still shows URL error

My Qdrant API has connected successfully with the URL and API key but when I want to use the Insert Document parameter and try to select a collection from list, or even by ID, it shows this error:

Could not load list

Invalid Qdrant URL: undefined. Please provide a valid URL with protocol (http/https)

…and when I try to execute the node, after writing the name of the collection which is already present in my qdrant UI, it shows this:

Problem in node ‘Qdrant Vector Store1‘

Invalid Qdrant URL: undefined. Please provide a valid URL with protocol (http/https)

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

Is this relevant?

1 Like

Worked perfectly. Thank you.

While I have you, is there a way to exclude the “Automated with this n8n workflow” message it attaches to responses?

Usually such option is available under additional fields for nodes that do include it.
(see “Append n8n Attribution”)

1 Like

This worked. Thank you.

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