Skip to content

Commit 8fd62a2

Browse files
defguard-communitygitbook-bot
authored andcommitted
GITBOOK-413: change request with no subject merged in GitBook
1 parent a3dcc37 commit 8fd62a2

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.gitbook/assets/image (118).png

20.5 KB
Loading

admin-and-features/openid-connect/django.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ jazzmin app **needs** to be registered **before** django.contrib.admin
284284
Make _<mark style="color:purple;">**templates/admin/auth/login.html**</mark>_ file:
285285

286286
```django
287-
{% raw %}
288287
{% extends "registration/base.html" %}
289288
290289
{% load i18n jazzmin %}
@@ -369,7 +368,6 @@ Make _<mark style="color:purple;">**templates/admin/auth/login.html**</mark>_ fi
369368
</div>
370369
</div>
371370
{% endblock %}
372-
{% endraw %}
373371
374372
375373
```

resources/troubleshooting/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,27 @@ sudo ln -s /usr/bin/resolvectl /usr/sbin/resolvconf
5050

5151
If this fails, one may also try installing one of the packages providing the `resolvconf` command, like `openresolv` or `resolvconf` but this has not been tested and may possibly cause issues with `systemd-resolved`, so proceed at your own risk.
5252

53+
## Client: Failed to parse IP address
54+
55+
<figure><img src="../../.gitbook/assets/image (118).png" alt=""><figcaption></figcaption></figure>
56+
57+
This error usually indicates that the client version is outdated and can't communicate with proxy/core services. Try upgrading the desktop client application.
58+
59+
## Client: **Could not start MFA process**
60+
61+
When setting up MFA/2FA in Defguard, you may encounter the following error when entering the code in the desktop client: **"Could not start MFA process".**&#x20;
62+
63+
Additionally, client application debug logs may show the following error:\
64+
&#xNAN;**"Failed to deserialize the JSON body into the target type: code: invalid type: string "005325", expected u32 at line 1 column 268."**
65+
66+
This error indicates that one of the following components is outdated:
67+
68+
* Defguard core
69+
* Defguard proxy
70+
* Client application
71+
72+
Try upgrading these components to the latest stable version to resolve the issue.
73+
5374
## TOTP / Email codes for MFA do not work
5475

5576
If you are having problems with TOTP codes form 2FA/MFA (when logging in to defguard or when connecting to VPN) please make sure your clock on the server that defguard core is running is set properly.

0 commit comments

Comments
 (0)