From abd18a1e28ddfee6ee9bc2bb3a365ca40f743373 Mon Sep 17 00:00:00 2001 From: Cole Medin Date: Mon, 24 Feb 2025 13:10:00 -0600 Subject: [PATCH] Troubleshooting step in README for "Supabase Service Unavailable" --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2fc0790..80af46a 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,8 @@ Here are solutions to common issues you might encounter: - **If using Docker Desktop**: Go into the Docker settings and make sure "Expose daemon on tcp://localhost:2375 without TLS" is turned on +- **Supabase Service Unavailable** - Make sure you don't have an "@" character in your Postgres password! If the connection to the kong container is working (the container logs say it is receiving requests from n8n) but n8n says it cannot connect, this is generally the problem from what the community has shared. Other characters might not be allowed too, the @ symbol is just the one I know for sure! + ### GPU Support Issues - **Windows GPU Support**: If you're having trouble running Ollama with GPU support on Windows with Docker Desktop: