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
I was getting this same error after upgrading from 9.0.63 to 10.3.3. What ended up fixing it was changing the domain property to allowedParentDomains in the create method (along with putting my domain string in brackets as allowedParentDomains in an array).
We faced out the issue when we have the zoid iframe and the zoid child component on the same domain. The rendering library is react on both sides.
The parent zoid component lays on https://domain/parent-path/index.hml
The child zoid component url is https://domain/child-path/index.html
As I see Zoid set type of parent window as
GLOBAL
zoid/src/parent/parent.js
Line 646 in 2ef6fdb
and then it cannot find this global window.
What does it mean
GLOBAL
type of window?What conditions should be observed that zoid could work in one domain?
The text was updated successfully, but these errors were encountered: