vojo/docs/ai/bugs.md

23 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Known Bugs & Regressions
## Open
### [CAP-001] SSO UIA flow may hang in Capacitor WebView
- **Severity**: Low
- **Component**: [`src/app/components/uia-stages/SSOStage.tsx`](../../src/app/components/uia-stages/SSOStage.tsx), [`src/app/components/ActionUIA.tsx`](../../src/app/components/ActionUIA.tsx)
- **Platform**: Android (Capacitor)
**Description**: `SSOStage` uses `window.open()` + `window.postMessage()` callback pattern for SSO re-authentication during UIA operations (password change, account deactivation, etc.). In Capacitor, the Browser plugin opens a separate process, and the `postMessage` callback may not reach the WebView, causing the UIA flow to hang.
**Impact**: Only affects users whose homeserver requires SSO for UIA (not password). Vojo users authenticate via password, so UIA also uses the password flow. Risk is low for the current user base.
**Workaround**: None needed for password-authenticated users.
**Fix options**: Remove `AuthType.Sso` from `SUPPORTED_IN_APP_UIA_STAGES` in `ActionUIA.tsx`, or rewrite the SSO callback to use a Capacitor App URL listener instead of `postMessage`.
### Баг связанный с кривым отображением боксов в окне с авторизацией для ника и пароля: на хроме они светятся белым почему-то
## Resolved
_(none yet)_