mirror of
https://github.com/zitadel/zitadel.git
synced 2025-05-20 13:09:35 +00:00
docs: error messages (#2889)
* docs: add error messages * docs: add error messages * docs: add error messages screen shots * Update docs/docs/manuals/error-messages.md Co-authored-by: Florian Forster <florian@caos.ch> * docs: add error messages screen shots * docs: rename file Co-authored-by: Florian Forster <florian@caos.ch>
This commit is contained in:
parent
19b095e6c2
commit
2bbbc3551a
28
docs/docs/manuals/troubleshooting.md
Normal file
28
docs/docs/manuals/troubleshooting.md
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
title: Troubleshoot
|
||||||
|
---
|
||||||
|
|
||||||
|
You will find some possible error messages here, what the problem is and what some possible solutions can be.
|
||||||
|
|
||||||
|
## User Agent does not correspond
|
||||||
|
|
||||||
|
This error appeared for some users as soon as they were redirected to the login page of ZITADEL.
|
||||||
|
ZITADEL uses some cookies to identify the browser/user agent of the user, so it is able to store the active user sessions. By blocking the cookies the functions of ZITADEL will be affected.
|
||||||
|
|
||||||
|
We only found this issue with iPhone users, and it was dependent on the settings of the device.
|
||||||
|
|
||||||
|
### Solution
|
||||||
|
|
||||||
|
Go to the settings of the app Safari and check in the "Experimental WebKit Features" if SameSite strict enforcement (ITP) is disabled
|
||||||
|
Also check if "block all cookies" is active. If so please disable this setting.
|
||||||
|
|
||||||
|
To make sure, that your new settings will trigger, please restart your mobile phone and try it again.
|
||||||
|
|
||||||
|
**Settings > Safari > Advanced > Experimental Features > disable: „SameSite strict enforcement (ITP)“**
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
**Settings > Safari > disable: "Block All cookies"**
|
||||||
|

|
||||||
|
|
||||||
|
Do you still face this issue? Please contact us, and we will help you find out what the problem is.
|
@ -242,6 +242,7 @@ module.exports = {
|
|||||||
items: ['manuals/user-register', 'manuals/user-login', 'manuals/user-passwordless', 'manuals/user-password', 'manuals/user-factors', 'manuals/user-email', 'manuals/user-phone', 'manuals/user-social-login',],
|
items: ['manuals/user-register', 'manuals/user-login', 'manuals/user-passwordless', 'manuals/user-password', 'manuals/user-factors', 'manuals/user-email', 'manuals/user-phone', 'manuals/user-social-login',],
|
||||||
collapsed: false,
|
collapsed: false,
|
||||||
},
|
},
|
||||||
|
'manuals/troubleshooting'
|
||||||
],
|
],
|
||||||
legal: [
|
legal: [
|
||||||
'legal/introduction',
|
'legal/introduction',
|
||||||
|
BIN
docs/static/img/manuals/errors/block-cookies.png
vendored
Normal file
BIN
docs/static/img/manuals/errors/block-cookies.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 278 KiB |
BIN
docs/static/img/manuals/errors/same-site-strict.png
vendored
Normal file
BIN
docs/static/img/manuals/errors/same-site-strict.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Loading…
x
Reference in New Issue
Block a user