Cannot connect supabase vector store to n8n without URL credentials. #37926
Unanswered
sappireflames000
asked this question in
Questions
Replies: 1 comment 2 replies
-
short answer: the problem is using credentials inside the URL. many libs (and n8n’s nodes) refuse URLs with embedded user:pass and expect a clean base URL + a separate auth key/credential field. this causes the “request cannot be constructed from a URL that includes credentials” error you see. quick checklist (try in this order)
maps to ProblemMap No.14 (bootstrap/credential ordering). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am locally hosting n8n and supabase within a ubuntu 24.02 machine inside docker. Both containers are fresh, without any customization. HOWEVER. I cannot connect to supabase using only the URL and service role secret. I always end with AUTH error with wrong credentials. I MUST use the dashboard credentials inside the URL EX: http://[USER DASHBOARD]:[PASSWORD DASHBOARD]@[LOCAL DOMAIN]:8000. Both installs are fresh like I said, as well as the ubuntu VM I am running them in, But my workflows are complaining about this. Giving errors such as: Request cannot be constructed from a URL that includes credentials. Any help on this matter would be much appreciated. I honestly don't understand what my problem is here. I've reinstalled multiple times, it doesn't make sense.
Beta Was this translation helpful? Give feedback.
All reactions