-
Notifications
You must be signed in to change notification settings - Fork 66
Authentication not working #2
Comments
It's working for me locally - are you receiving errors anywhere? |
@DSandman Are there any errors in the console? When clicking sign up does it redirect anywhere? Last question: Are you using MetaMask in Chrome? Thanks! |
Look like I am having a similar issue. Running testrpc, Metamask, React-Auth-Box. I am unable login after the notification pop up to approve the transaction. The notification spins a constant loading spinner but says it approved in the Metamask Tx history. Contracts were published on TestRPC, but Metamask isn't able to interact with it. Afterward, error in the console says |
I'm running React-auth-box + Geth (Ropsten) + Metamask and signup and login works, but redirection is not working. |
Change var userName = web3.toUtf8(result) in LoginButtonActtion.js to var userName = web3.utils.toUtf8(result) |
Authentication, signing up doesn't seem to work for me.
This might be the issue: https://github.com/truffle-box/truffle-box-auth/blob/master/contracts/Authentication.sol#L27
I believe signup and update shouldn't have the payable modifier.
The text was updated successfully, but these errors were encountered: