You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.condo/apps/condo/domains/miniapp/components/GlobalApps/GlobalAppsContainer.tsx
Lines 108 to 116 in 2fb65fc
Example: https://jsfiddle.net/382pz5er/
The text was updated successfully, but these errors were encountered: