MetaMask / mascara

(beta) Add MetaMask to your dapp even if the user doesn't have the extension installed
Other
173 stars 29 forks source link

I do not get any popup #3

Open wighawag opened 6 years ago

wighawag commented 6 years ago

I managed to send a transaction via mascara but I had to go to a new tab to zero.metamask.io and accept the transaction there since there was no popup coming up on the dapp page.

frankiebee commented 6 years ago

what version of chrome are you on again and whats your os?

wighawag commented 6 years ago

Hi, Sorry for not providing much details. os is windows 10 I think my version of chrome updated since then It is as of now : "Version 61.0.3163.100 (Official Build) (64-bit)"

I tried to reproduce the issue but I could not get the node to connect (my app request the network id but did not get a reply) so I could not even reach to the point where I could send a tx.

By the way I also had to use the following as described here (for non secure site) : https://www.chromium.org/blink/serviceworker/service-worker-faq

chrome --user-data-dir=/tmp/foo --unsafely-treat-insecure-origin-as-secure=http://your.insecure.site

Else I get only secure origin are allowed... error

The following was sufficient in the previous version of chrome it seems

--disable-web-security