diff --git a/KNOWN_ISSUES.md b/KNOWN_ISSUES.md
new file mode 100644
index 0000000..d061514
--- /dev/null
+++ b/KNOWN_ISSUES.md
@@ -0,0 +1,23 @@
+# Known Issues
+
+## stream.place iOS app OAuth flow fails
+
+OAuth flow with stream.place's iOS app (using expo-web-browser's ASWebAuthenticationSession) does not complete. After user approves consent, the redirect from our PDS to stream.place's callback URL is not followed by ASWebAuthenticationSession.
+
+What does work with stream.place: everything else :P
+- Desktop browsers
+- ios safari (regular browser)
+- ASWebAuthenticationSession using the reference pds
+
+What fails:
+- ASWebAuthenticationSession with this pds
+
+Attempted fixes (all failed):
+- HTTP 302/303/307 redirects
+- JavaScript navigation
+- Meta refresh
+- Form auto-submit
+- Removing CORS headers
+- HTTP/1.1 instead of HTTP/2
+- Minimal response headers
+
diff --git a/frontend/src/components/migration/ChooseHandleStep.svelte b/frontend/src/components/migration/ChooseHandleStep.svelte
index e1d480e..48298fb 100644
--- a/frontend/src/components/migration/ChooseHandleStep.svelte
+++ b/frontend/src/components/migration/ChooseHandleStep.svelte
@@ -111,7 +111,7 @@
-
+
{$_('migration.inbound.chooseHandle.authMethod')}