From f74cc98e118e1024e5cb41986273d332444a97ab Mon Sep 17 00:00:00 2001 From: benitav Date: Thu, 5 Dec 2024 09:32:27 +0200 Subject: [PATCH 1/2] Fix error --- snippets/supabase-database-connection.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/supabase-database-connection.mdx b/snippets/supabase-database-connection.mdx index c48c8dc4..f9556aa4 100644 --- a/snippets/supabase-database-connection.mdx +++ b/snippets/supabase-database-connection.mdx @@ -14,9 +14,9 @@ * PowerSync has the Supabase CA certificate pre-configured — `verify-full` SSL mode can be used directly, without any custom certificates. - - In your Supabase dashboard, navigate to **"Project Settings"** -> **"Database" -> "Connection string**" and select the "URI" tab. + * In your Supabase dashboard, navigate to **Project Settings** > **Database** > **Connection string** and select the "URI" tab. - - Uncheck the "**Display connection pooler**" checkbox. PowerSync needs to connect to the database directly and cannot use the pooler. + * Uncheck the **Display connection pooler** checkbox. PowerSync needs to connect to the database directly and cannot use the pooler. 2. Click **"Test Connection"** and fix any errors. From f4e72730a823a5e0dedefbc1e88515d8d3b013d4 Mon Sep 17 00:00:00 2001 From: benitav Date: Thu, 5 Dec 2024 09:33:24 +0200 Subject: [PATCH 2/2] More polish --- snippets/supabase-database-connection.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snippets/supabase-database-connection.mdx b/snippets/supabase-database-connection.mdx index f9556aa4..e1a71414 100644 --- a/snippets/supabase-database-connection.mdx +++ b/snippets/supabase-database-connection.mdx @@ -18,14 +18,14 @@ * Uncheck the **Display connection pooler** checkbox. PowerSync needs to connect to the database directly and cannot use the pooler. -2. Click **"Test Connection"** and fix any errors. +2. Click **Test Connection** and fix any errors. -3. Under the **"Client Auth"** tab, enable **"Use Supabase Auth"** and enter your Supabase **JWT Secret**: +3. Under the **Client Auth** tab, enable **Use Supabase Auth** and enter your Supabase **JWT Secret**: -4. Click **"Save and deploy"** to deploy the updates to your instance. +4. Click **Save and deploy** to deploy the updates to your instance. PowerSync deploys and configures an isolated cloud environment for you, which will take a few minutes to complete. \ No newline at end of file