Hi! Trying to connect to selfhosted supabase, but getting error Invalid Supabase configuration. using the same credentials as for the n8n, postman works fine too, can’t understand what’s going wrong
Hi Denis
From your screenshot and what you said, it looks like the issue is due to a redirect on your Supabase URL. The request to /rest/v1/
gets a 308 Permanent Redirect
to /rest/v1
, which can break things in some environments like WeWeb that expect no redirection.
Make sure you’re using the exact Supabase REST URL in your config, without a trailing slash “/“
Let me know if that worked.
Hi Den
Do you have any web server before Supabase? Try to check the web server configuration, it may contain an option that autoredirects “rest/v1/” to “rest/v1”
Another thing that comes to mind is the possibility of AWS blocking the .ru domain?