walletconnect-monorepo icon indicating copy to clipboard operation
walletconnect-monorepo copied to clipboard

Refused to frame 'https://verify.walletconnect.com/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors https://*.****.com https://*****.com".

Open damianlluch opened this issue 1 year ago • 5 comments
trafficstars

Hi, I'm getting this error. Any suggestions?

I have configured the projectID.

Refused to frame 'https://verify.walletconnect.com/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors https://*.****.com https://*****.com".

damianlluch avatar Feb 28 '24 10:02 damianlluch

Hey @damianlluch thanks for the report.

"frame-ancestors https://.***.com https://*****.com".

does this log comes from your cloud allowlist settings?

ganchoradkov avatar Mar 05 '24 09:03 ganchoradkov

I am having the same issue when testing locally

wighawag avatar Mar 24 '24 15:03 wighawag

i have the same issue Refused to frame 'https://verify.walletconnect.com/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors

walletconnect not working

bananaspliff avatar Apr 05 '24 10:04 bananaspliff

Same here

AusPrinzip avatar Apr 26 '24 19:04 AusPrinzip

@ganchoradkov any indication whether this is an actual issue or if this is a red herring?

deadeagle63 avatar May 29 '24 17:05 deadeagle63

Fixed for localhost, if you're seeing this on production you need to:

  • Verify your domain in the Cloud dashboard
  • Make sure the metadata.url in your code is correct.

glitch-txs avatar Jul 06 '24 11:07 glitch-txs