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
When attempting to access a frame with origin https://verify.walletconnect.org from a frame with origin capacitor://localhost, the operation is blocked due to a protocol mismatch between the two frames. Specifically, capacitor protocol cannot access resources with the https protocol, causing cross-origin restrictions to prevent the connection.
Link to minimal reproducible example
no need
Summary
When attempting to access a frame with origin https://verify.walletconnect.org from a frame with origin capacitor://localhost, the operation is blocked due to a protocol mismatch between the two frames. Specifically, capacitor protocol cannot access resources with the https protocol, causing cross-origin restrictions to prevent the connection.
https://ionicframework.com/docs/troubleshooting/cors
Also added to console
List of related npm package versions
latest
The text was updated successfully, but these errors were encountered: