Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('http://localhost:3000') does not match the recipient window's origin ('http://localhost:4006') #5467

Open
pahaz opened this issue Nov 11, 2024 · 0 comments

Comments

@pahaz
Copy link
Member

pahaz commented Nov 11, 2024

From time to time when you use global mini-app you will receive this error.

This is because your iframe document hasn't loaded yet when you call the postMessage() method.

if (iframeOrigin && iframeWindow) {
iframeWindow.postMessage({
type: ORGANIZATION_CHANGE_MESSAGE_NAME,
data: {
// TODO(DOMA-5194): May be condoOrganizationId to be consistent with query-params?
organizationId,
},
}, iframeOrigin)
}

Example: https://jsfiddle.net/382pz5er/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant