From a42e17d0a9faa4160e0c07ea8197f3cffdfc1954 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 21:43:43 +0000 Subject: [PATCH] [bot] sync troubleshooting guides to db (#32874) Co-authored-by: github-docs-sync-bot --- ...e-upstream-server-error-when-querying-auth-RI4Vl-.mdx | 5 +++-- .../auth-error-401-invalid-claim-missing-sub--AFwMR.mdx | 7 ++++--- .../customizing-emails-by-language-KZ_38Q.mdx | 5 +++-- .../database-error-saving-new-user-RU_EwB.mdx | 5 +++-- .../error-invalid-totp-code-entered-CukLCj.mdx | 9 +++++---- 5 files changed, 18 insertions(+), 13 deletions(-) diff --git a/apps/docs/content/troubleshooting/an-invalid-response-was-received-from-the-upstream-server-error-when-querying-auth-RI4Vl-.mdx b/apps/docs/content/troubleshooting/an-invalid-response-was-received-from-the-upstream-server-error-when-querying-auth-RI4Vl-.mdx index 5f792b43b95..6f227758155 100644 --- a/apps/docs/content/troubleshooting/an-invalid-response-was-received-from-the-upstream-server-error-when-querying-auth-RI4Vl-.mdx +++ b/apps/docs/content/troubleshooting/an-invalid-response-was-received-from-the-upstream-server-error-when-querying-auth-RI4Vl-.mdx @@ -1,8 +1,9 @@ --- -title = 'An "invalid response was received from the upstream server" error when querying auth' +title = "An \"invalid response was received from the upstream server\" error when querying auth" github_url = "https://github.com/orgs/supabase/discussions/20722" date_created = "2024-01-25T07:08:43+00:00" -topics = ["auth"] +topics = [ "auth" ] +database_id = "7183351e-dba3-484d-83b3-bb89a027e36a" [[errors]] message = "invalid response was received from the upstream server" diff --git a/apps/docs/content/troubleshooting/auth-error-401-invalid-claim-missing-sub--AFwMR.mdx b/apps/docs/content/troubleshooting/auth-error-401-invalid-claim-missing-sub--AFwMR.mdx index 2fe2bcb16ae..3652511e74a 100644 --- a/apps/docs/content/troubleshooting/auth-error-401-invalid-claim-missing-sub--AFwMR.mdx +++ b/apps/docs/content/troubleshooting/auth-error-401-invalid-claim-missing-sub--AFwMR.mdx @@ -2,11 +2,12 @@ title = "Auth error: {401: invalid claim: missing sub}" github_url = "https://github.com/orgs/supabase/discussions/21347" date_created = "2024-02-18T13:47:37+00:00" -topics = ["auth"] -keywords = ["JWT", "Server-Side Rendering"] +topics = [ "auth" ] +keywords = [ "JWT", "Server-Side Rendering" ] +database_id = "e90ca9e0-0376-4313-b32b-b9a4ae81bf7a" [api] -sdk = ["auth-getuser"] +sdk = [ "auth-getuser" ] [[errors]] http_status_code = 401 diff --git a/apps/docs/content/troubleshooting/customizing-emails-by-language-KZ_38Q.mdx b/apps/docs/content/troubleshooting/customizing-emails-by-language-KZ_38Q.mdx index e6c953adda0..5c5f5aaf1bb 100644 --- a/apps/docs/content/troubleshooting/customizing-emails-by-language-KZ_38Q.mdx +++ b/apps/docs/content/troubleshooting/customizing-emails-by-language-KZ_38Q.mdx @@ -2,8 +2,9 @@ title = "Customizing Emails by Language" github_url = "https://github.com/orgs/supabase/discussions/21227" date_created = "2024-02-13T16:03:27+00:00" -topics = ["auth"] -keywords = ["emails"] +topics = [ "auth" ] +keywords = [ "emails" ] +database_id = "2ebc2849-0cf7-4c94-ac13-22167a196a92" --- When you register a user, you can create meta-data about them. diff --git a/apps/docs/content/troubleshooting/database-error-saving-new-user-RU_EwB.mdx b/apps/docs/content/troubleshooting/database-error-saving-new-user-RU_EwB.mdx index 502d095ffb3..d054f6f4020 100644 --- a/apps/docs/content/troubleshooting/database-error-saving-new-user-RU_EwB.mdx +++ b/apps/docs/content/troubleshooting/database-error-saving-new-user-RU_EwB.mdx @@ -2,8 +2,9 @@ title = "Database error saving new user" github_url = "https://github.com/orgs/supabase/discussions/13043" date_created = "2023-03-16T04:52:50+00:00" -topics = ["auth", "studio"] -keywords = ["users"] +topics = [ "auth", "studio" ] +keywords = [ "users" ] +database_id = "5d1c44ed-b2f6-4509-9312-1eeb8838e701" [[errors]] message = "Database error saving new user" diff --git a/apps/docs/content/troubleshooting/error-invalid-totp-code-entered-CukLCj.mdx b/apps/docs/content/troubleshooting/error-invalid-totp-code-entered-CukLCj.mdx index 0526a2bb179..5dc5634bd45 100644 --- a/apps/docs/content/troubleshooting/error-invalid-totp-code-entered-CukLCj.mdx +++ b/apps/docs/content/troubleshooting/error-invalid-totp-code-entered-CukLCj.mdx @@ -1,12 +1,13 @@ --- -title = 'Error: "Invalid TOTP code entered"' +title = "Error: \"Invalid TOTP code entered\"" github_url = "https://github.com/orgs/supabase/discussions/19676" date_created = "2023-12-13T15:01:15+00:00" -topics = ["auth"] -keywords = ["totp"] +topics = [ "auth" ] +keywords = [ "totp" ] +database_id = "58d5a2de-2f7e-45fc-8dfa-7fb36da41ca8" [api] -sdk = ["auth-verifyotp"] +sdk = [ "auth-verifyotp" ] [[errors]] message = "Invalid TOTP code entered"