Updated FAQ (markdown)

RustDesk
2025-03-19 09:17:19 +08:00
parent cbaa7e4a2f
commit cf11773f89

4
FAQ.md

@@ -454,7 +454,7 @@ https://github.com/rustdesk/rustdesk/issues/672#issuecomment-1146668238
![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 `https`.
> This is usually because your custom client was built before you set up `https`.
Please go to custom clients of web console, modify `API` below to correct url, e.g. https://rustdesk.example.com (please remember to remove `:21114`), then rerun the build to get a new custom client with the new `API` value. If it is not custom client, please go to RustDesk client `Settings` -> `Network`, set correct `API` (the same as web console address).
@@ -466,7 +466,7 @@ Here is a good example, https://github.com/rustdesk/rustdesk/discussions/8999
# Connection Log or device name on devices page of web console is empty
Actually it is the same problem as above, [set correct `API` (the same as web console address)](https://github.com/rustdesk/rustdesk/wiki/FAQ#failed-to-log-in-with-custom-client-build-or-public-release-with-wrong-api-settings), you have wrong API settings.
Please double confirm the API address used for building the custom client, especially some are built before you configured https or domain etc.
> Please double confirm the API address used for building the custom client, especially some are built before you configured https or domain etc.
![image](https://github.com/user-attachments/assets/6531cd18-27b9-4560-928f-eab9e3d8b66a)