-
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
No confirmation dialogue popups appear with Dapps #3226
Comments
I've had this bug for 3 days, and after trying many things I found out the method to restore your Metamask functionality without fail:
|
Apologies, can you clarify if there is an additional ask here in terms of fixing something within MetaMask |
@Zanibas I’m fine with just resetting the way I described. I’m not sure about the others. |
Closing this issue due to inactivity - please let me know if you're still having trouble! |
Hi. I am having similar issues. Followed the above but still no joy. I created my project with the truffle unbox drizzle command. Metamask seems to be correctly synced to Ganache accounts as correct account and ether balance are shown in Metamask but transactions are not shown in history nor is confirmation required in Metamask. |
@ChuckNor94 did you ever find a solution to this? I'm currently dealing with the same scenario to no avail. |
Where you able to solve this in the meantime, same issue here |
Same problem, any solution? |
Just figured out the problem may caused by Metamask not injecting web3. changed to I would also like to know is the problem occurred in non testing environment, skipping the confirmation seems extremely unsafe. |
@francochau |
Expected Behavior
I have a problem with testing dapps on local networks. I tried the pet shop tutorial of Truffle and several other tutorials building dapps together.
There should be a "confirmation dialogue popup" upon calling contract functions that make a transaction.
Actual Behavior
Only once it worked with a confirmation popup from Metamask. But ever since then, probably after resetting Ganache even just once, I don't get any confirmation dialogue popups anymore to confirm a transaction.
e.g. with the pet-shop it goes straight to "success". In Ganache I can see a contract call, but it has "value 0".
Browser Used
Chrome 64.0.3282.140
Operating System Used
macOS 10.13.3
I checked/tried:
Whatever I do, I cannot get any MetaMask popup anymore...
I first thought issue #2393 was related, however after much testing, events seem to work fine for me.
I should see the account that's selected in MetaMask. However, this always stays on the top account in Ganache, and not the selected account in MetaMask. This creates a problem that when I make any transaction in my Dapp, this is always made with the top account in Ganache, and not the selected account in MetaMask.
I have a fairly simple
App.js
build for e.g. the pet-shop:The text was updated successfully, but these errors were encountered: