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
It does not crash the widget but I guess thats the reason why experience is always opening in new tab. No popup or embedded option is considered. Also no "onSuccess", "onExit" and "onEvent" callbacks will be called.
Im wondering, could that be related to "appId" being bound to specific domain only?
Can you assist?
The text was updated successfully, but these errors were encountered:
The error you are seeing means your domain is not whitelisted. You can do the embedded experience only on whitelisted domains so you won't be able to test it on codesandbox.
Hi, I've integrated Coinbase Pay SDK/Plugin according to: https://docs.cloud.coinbase.com/pay-sdk/docs/integrating-pay
You can find minimal example here (insert your own "appId" key): https://codesandbox.io/s/cbpay-simple-vwb8jk
The library initializes but with following error:
It does not crash the widget but I guess thats the reason why experience is always opening in new tab. No popup or embedded option is considered. Also no "onSuccess", "onExit" and "onEvent" callbacks will be called.
Im wondering, could that be related to "appId" being bound to specific domain only?
Can you assist?
The text was updated successfully, but these errors were encountered: