Skip to content
New issue

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

No check for mainnet is present #187

Open
gpersoon opened this issue Oct 20, 2020 · 0 comments
Open

No check for mainnet is present #187

gpersoon opened this issue Oct 20, 2020 · 0 comments
Labels
good first issue Good for newcomers

Comments

@gpersoon
Copy link

When you try to add a projects on https://everest.link/projects/new/
And you have selected a test network, for example kovan.
You don't see any error message when you try to add the project.

However in the developer console i see the following error message when loading the page.

component---src-pages-projects-new-js-5493eeff585c0cab61b9.js:1 Error getting Dai balance:  Error: Network error: Cannot read property 'enable' of undefined
    at new t (app-1a524a930b38464c0d93.js:1)
    at Object.error (app-1a524a930b38464c0d93.js:1)
    at m (app-1a524a930b38464c0d93.js:1)
    at w (app-1a524a930b38464c0d93.js:1)
    at e.value (app-1a524a930b38464c0d93.js:1)
    at app-1a524a930b38464c0d93.js:1
    at Set.forEach (<anonymous>)
    at Object.error (app-1a524a930b38464c0d93.js:1)
    at m (app-1a524a930b38464c0d93.js:1)
    at w (app-1a524a930b38464c0d93.js:1)

When pressing "add project" i see the following message in the developer console.

 Error adding a project:  Error: Network error: Cannot read property 'enable' of undefined
    at new t (app-1a524a930b38464c0d93.js:1)
    at Object.error (app-1a524a930b38464c0d93.js:1)
    at m (app-1a524a930b38464c0d93.js:1)
    at w (app-1a524a930b38464c0d93.js:1)
    at e.value (app-1a524a930b38464c0d93.js:1)
    at app-1a524a930b38464c0d93.js:1
    at Set.forEach (<anonymous>)
    at Object.error (app-1a524a930b38464c0d93.js:1)
    at m (app-1a524a930b38464c0d93.js:1)
    at w (app-1a524a930b38464c0d93.js:1)

Suggestion: check for the chain metamask is connected to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants