You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
I've asked for help in the Truffle Gitter before filing this issue.
Issue
What the issue is, in broad strokes.
Steps to Reproduce
install the truffle react-auth-truffle Unbox
configuratre the truffle.js
module.exports = {
migrations_directory: "./migrations",
networks: {
development: {
host: "localhost",
port: 8545,
network_id: "*" // Match any network id
}
}
};
I using "ganache-cli" on the same port, but I try to downloag "geth.exe --rpc" and run on the same port 8545 but still not workin
// Get current ethereum wallet.
I thinks the problem was here in this function
web3.eth.getCoinbase((error, coinbase) => {
// Log errors, if any.
if (error) {
console.error(error);
}
Please provide the shortest amount of steps to reproduce your issue.
@Pascal1990 Apologies for the delay responding to this issue. I'm going to close this and re-open it at the react-auth-box repository here where other people using the box can find it. We'll try to address it there.
Issue
What the issue is, in broad strokes.
Steps to Reproduce
module.exports = {
migrations_directory: "./migrations",
networks: {
development: {
host: "localhost",
port: 8545,
network_id: "*" // Match any network id
}
}
};
I using "ganache-cli" on the same port, but I try to downloag "geth.exe --rpc" and run on the same port 8545 but still not workin
// Get current ethereum wallet.
I thinks the problem was here in this function
web3.eth.getCoinbase((error, coinbase) => {
// Log errors, if any.
if (error) {
console.error(error);
}
Please provide the shortest amount of steps to reproduce your issue.
Expected Behavior
the login and signup should work
What you expected to happen.
Actual Results : inside the console
Error: Invalid JSON RPC response: ""
Stack trace:
InvalidResponse@http://localhost:3000/static/js/bundle.js:54327:17
HttpProvider.prototype.sendAsync/request.onreadystatechange@http://localhost:3000/static/js/bundle.js:59498:26
SignUpFormActions.js:27
Error: Invalid JSON RPC response: ""
errors.js:35
What actually happened. Please give examples and support it with screenshots, copied output or error messages.
Environment
The text was updated successfully, but these errors were encountered: