-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metamask .test domain (or any other non TLD) triggers search from Portal Network #4979
Comments
Same issue, same specs except: Operating system used
|
@zmaglica thanks for the question. We're not routing your request through portal.network - we're loading the ENS info from the blockchain via Infura, and the IPFS content via infura as well. You can read a full summary of the feature here: https://consensys.zendesk.com/hc/en-us/articles/360012782931 I'll leave this open for a couple days in case other folks have the same question. |
@zmaglica @jmigdelacruz some additional context: URLs in the form of both This means that MetaMask (and any other dapp browser that resolves ENS domains) will attempt to resolve |
@bitpshr Thanks for clarifying. Just curious, why do we need Metamask to resolve ENS domains? Can't we leave that functionality to the browser or let users decide to enable/disable this feature? As a user, i'm coming from the fact that i'm using Metamask primarily, apologies for the simple term, as a "wallet." I am not interested in ENS domains. |
thanks @eduadiez! We'll get this in the release going out this morning 👍 |
Update: Looks like this is actually a Chrome issue. Chrome seems to have stopped resolving domains via You can disregard my previous comment. |
I'm getting this on Firefox, so it's not just a Chrome issue. Would be nice to reopen it |
This issue was for MetaMask matching on all |
Yes, i'm seeing the same problem with |
We can't reproduce the original issue, and pesho is writing about interference with domains added to his |
I was actually mistaken in my previous message, sorry for any confusion caused. This was the wrong part:
Back then it turned out that there was simply nothing listening on that port locally (Haproxy had failed to start due to incorrect config). It was not a Chrome bug in fact. Metamask actually intercepts such requests not only when DNS doesn't resolve, but also when the target can't be reached (@ilyakatz check if you have a similar issue). In my case fixing the Haproxy config resolved the issue. I didn't post an update here back then because I had already added enough noise to the thread. |
Bug Reports:
I am using .test domain for local development and when I type URL in the browser, Metamask redirects me to Portal Network search. I am not sure why you guys using that search engine in first place...
When I type URL in browser it actually redirects you to URL you typed
If you type any non-TLD domain in browser, Metamask will redirects you to the portal search engine (tested with .test domain)
Chrome 68
Windows 10
The text was updated successfully, but these errors were encountered: