You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,12 @@ docker-compose down -v
41
41
42
42
The option '-v' also removes the volumes created, so all data is lost with this option.
43
43
44
+
### Known issue with Docker Compose
45
+
46
+
Using the current configuration with Keycloak and OpenResty (lua-resty-session) sometimes gives an error "**state from argument does not match state restored from session**".
47
+
This mostly happens after using logout or the session is expired. The login page is shown, but after login this error is shown.
48
+
Just open the url [http://localhost/](http://localhost/) again and OpenSCD is shown again also being logged in.
49
+
44
50
## Keycloak Demo Configuration
45
51
For demo purposes, a [demo Keycloak configuration](compas/keycloak/keycloak_compas_realm.json) is created which can be imported when
0 commit comments