From fef3ab7f8584fd6025350eea9859b957b8108fa8 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Wed, 3 Jul 2024 19:07:24 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/FAQ.md b/FAQ.md index 9859ac7..96a480b 100644 --- a/FAQ.md +++ b/FAQ.md @@ -392,6 +392,18 @@ Source: https://github.com/flutter/flutter/issues/94914#issuecomment-992898782 https://github.com/rustdesk/rustdesk/issues/672#issuecomment-1146668238 +# Failed to log in with custom client build + +![image](https://github.com/rustdesk/rustdesk/assets/71636191/aeca9ef3-d38e-4925-9234-c15cff29589b) + +This is usually because your custom client was built before you set up your https. + +Please go to custom clients of web console, modify API below to correct url, e.g. https://rustdesk.example.com, then rerun the build to get a new custom client with the new API. + +![image](https://github.com/rustdesk/rustdesk/assets/71636191/2f16a17e-7ba4-4c6b-bbef-dbe72e582eb9) + + +