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
The problem is with the login form, once logged in http://localhost:9090/j_spring_security_check returns a 302 redirecting to http://172.20.0.9:8080/web (or whatever the internal service is).
The text was updated successfully, but these errors were encountered:
With "web UI mode" to "DO_NOT_REDIRECT" in global settings we get the above described behavior. With default settings (REDIRECT), it always redirect to the internal address
The problem is with the login form, once logged in
http://localhost:9090/j_spring_security_check
returns a 302 redirecting tohttp://172.20.0.9:8080/web
(or whatever the internal service is).The text was updated successfully, but these errors were encountered: