morkeltry / GAP-microfinance

GAP microfinance frontend and Solidity prototype
0 stars 1 forks source link

investigate error in signup POST #43

Open morkeltry opened 6 years ago

morkeltry commented 6 years ago

mySQL connection con.connect(function(err) => stuff)

throws: Error: Cannot enqueue Handshake after already enqueuing a Handshake. after attempting to connect more than once.

Move connection to start of file, or else test for connection before attempting connect.