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
Hello I'm trying to communicate a React App with an Iframe for payment, however, the communication between these 2 is intermentely, sometimes postRobot.send(iframe.contentWindow,'user',{....}, {domain:'https://${hostOfmyIframe}.com'}
Such sometimes I'm able to make a successful request, and sometimes I'm not able to make the request that appears this error of the window not being loaded when send is being called.
Hello I'm trying to communicate a React App with an Iframe for payment, however, the communication between these 2 is intermentely, sometimes
postRobot.send(iframe.contentWindow,'user',{....}, {domain:'https://${hostOfmyIframe}.com'}
Such sometimes I'm able to make a successful request, and sometimes I'm not able to make the request that appears this error of the window not being loaded when send is being called.
NOTE:
The text was updated successfully, but these errors were encountered: