Skip to content

Commit 53c7698

Browse files
Update docs-v2/pages/connect/managed-auth/troubleshooting.mdx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 4076355 commit 53c7698

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs-v2/pages/connect/managed-auth/troubleshooting.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,9 @@ The user may have closed the OAuth popup window without completing authorization
4848

4949
### Connect popup doesn't open
5050

51-
If the Connect popup window doesn't open when users try to connect their accounts, this is often due to the browser's Cross-Origin-Opener-Policy blocking popups from iframes.
52-
53-
Set your `Cross-Origin-Opener-Policy` header to `same-origin-allow-popups` on the page hosting Connect. This fixes cases where the Connect popup can't open because a default `"same-origin"` policy blocks popups from iframes.
51+
If the Connect popup window doesn't open when users try to connect their accounts, the host page may be enforcing the Cross-Origin-Opener-Policy (COOP) header with the value `same-origin`, which isolates the browsing context and can interfere with popups opened by cross-origin iframes.
5452

53+
Set the `Cross-Origin-Opener-Policy` header to `same-origin-allow-popups` on the page that embeds the Connect iframe. The default COOP is `unsafe-none`; only apply this change if you currently send `same-origin`.
5554
<Callout type="info">
5655
If you're still have trouble or hitting an error that isn't listed here, [get in touch with us](https://pipedream.com/support). We'd love to help.
5756
</Callout>

0 commit comments

Comments
 (0)