We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The login button and the sign up button gives me an error in console:
Uncaught (in promise) Error: Contract has not been deployed to detected network (network/artifact mismatch) at contract.js:419
I checked if I was running a network in truffle and it shows one running:
➜ truffle networks The following networks are configured to match any network id ('*'): development
I'm not sure how to connect it to the correct network if the above one is incorrect.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The login button and the sign up button gives me an error in console:
Uncaught (in promise) Error: Contract has not been deployed to detected network (network/artifact mismatch) at contract.js:419
I checked if I was running a network in truffle and it shows one running:
➜ truffle networks
The following networks are configured to match any network id ('*'): development
I'm not sure how to connect it to the correct network if the above one is incorrect.
The text was updated successfully, but these errors were encountered: