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
Guys, why would one get this message when trying to integrate Zeplin in Storybook?
Storybook is running on localhost without HTTPS.
Error message:
Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://app.zeplin.io') does not match the recipient window's origin ('http://localhost:6006').
Apparently this is not an issue, as the official example has the same error. Should we just ignore this error? Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://app.zeplin.io') does not match the recipient window's origin ('https://storybook-zeplin.netlify.app').
Guys, why would one get this message when trying to integrate Zeplin in Storybook?
Storybook is running on localhost without HTTPS.
Error message:
Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://app.zeplin.io') does not match the recipient window's origin ('http://localhost:6006').
Here is the trace:
The text was updated successfully, but these errors were encountered: