web3modal icon indicating copy to clipboard operation
web3modal copied to clipboard

[bug] cannot verify Second Level Domain through /.well-known/walletconnect.txt

Open Revolution1 opened this issue 1 year ago • 1 comments

Link to minimal reproducible example

N/A for this is a pure server side issue.

Summary

I'm debugging walletconnect on a blockscout. The domain name is like: www.example.com I don't have control of the DNS, but I have controll of the HTTP server. I setup the verification code and tested it OK:

$ curl https://www.example.com/.well-known/walletconnect.txt
76b2ab15-3907-49b8-xxxx-c49d68fe77a5=10424409466a39733b063c6a147847b0d15847f0980003b874feedeee881c037

Then I wen to the dashboard, trying to verify the domain and failed: image image image It seems it's not trying to get the code from HTTP, or it's getting from example.com instead of www.example.com

Can you help me to solve this issue? Email me if you need the actual domain.

List of related npm package versions

"wagmi": "2.9.2"
"@web3modal/wagmi": "4.2.1"

Revolution1 avatar Aug 12 '24 18:08 Revolution1

any update on this issue? I had the same issue

  • I can access our site /.well-known/walletconnect.txt with curl or on browser correctly
  • but on Verify domain site, it said DNS TXT Not found as well

minapham17 avatar Aug 16 '24 09:08 minapham17

This problem is resolved.

rtomas avatar Aug 29 '24 12:08 rtomas