keep-network / tbtc-dapp

Deposit BTC and redeem TBTC
http://dapp.test.tbtc.network/
MIT License
33 stars 31 forks source link

Uncaught TypeError: t is not a function (at step 1/5 of tBTC dapp) #242

Open VinnyR opened 4 years ago

VinnyR commented 4 years ago

Description:

On step 1 (Initiate a deposit) of the TBTC minting process an error occurs within the browser console:

Uncaught TypeError: t is not a function

The console log file is attached.

Steps to reproduce the behavior:

  1. Go to dapp.test.tbtc.network
  2. Click deposit (takes you to dapp.test.tbtc.network/deposit)
  3. Click ‘connect to a Wallet’ button, click metamask, login to metamask
  4. Click ‘Connect’ in metamask (when it says “tBTC would like to connect to your account”)

Environment details:

OS: Windows Ubuntu 18.04.2 LTS 64-bit Web Browser: Mozilla Firefox 78.0.1 (64-bit) Wallet: Metamask (Firefox addon), Version 8.0.4

Screenshots / Files

console-export-2020-7-13_2-45-13.txt

Shadowfiend commented 4 years ago

I've seen this many times… Haven't been able to narrow it down, and strangely it doesn't seem to have much of an impact on the rest of things working. This is a good kick in the rear to figure it out, because it's very noisy :)