2026-02-21T22:42:05 lkocman: sorry for the delay. kudos.opensuse.org is online now. but the app does not handle the oidc redirect correctly. after the idp redirects to /auth/callback, the app redirects to "//user/crameleon" (missing domain!) 2026-02-21T22:43:05 (if I manually visit https://kudos.opensuse.org/user/crameleon afterwards, it works though ;-) 2026-02-21T22:47:00 from my understanding, the callback route constructs the redirect with "getFrontendBase()", which after NODE_ENV === "production" merely returns a "/" 2026-02-21T22:55:37 made https://github.com/openSUSE/kudos/pull/85