Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Redux-devtools not supported by testrpc #5

Open
apackin opened this issue Jun 25, 2017 · 6 comments
Open

Redux-devtools not supported by testrpc #5

apackin opened this issue Jun 25, 2017 · 6 comments

Comments

@apackin
Copy link

apackin commented Jun 25, 2017

'When loading the page with redux-devtools, the page outputs errors and does not render' as per trufflesuite/ganache-cli-archive#300

Error Received

The console error from truffle-box-auth is:
Error: Error: RPC method personal_listAccounts not supported.

Fix

Disable the redux-devtools import by removing __REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || from store.js

@nickjm
Copy link

nickjm commented Jul 27, 2017

Does anyone know why redux dev tools causes this error?

@indreklasn
Copy link

indreklasn commented Apr 3, 2018

The redux dev chrome extension is synchronous by design internally (?)

Uncaught Error: The MetaMask Web3 object does not support synchronous methods like eth_mining without a callback parameter. See https://github.com/MetaMask/faq/blob/master/DEVELOPERS.md#dizzy-all-async---think-of-metamask-as-a-light-client for details.

@shanebrunette
Copy link

Does anybody have a work around for this?

@apackin
Copy link
Author

apackin commented May 16, 2018

I've been using middleware to log the actions and states. Leaving the devtools disabled as per above

@lndgalante
Copy link

Hi , there's no way to use redux devtools until this day ?

I'm having the same issue as @wesharehoodies

Uncaught Error: The MetaMask Web3 object does not support synchronous methods like eth_mining without a callback parameter. See https://github.com/MetaMask/faq/blob/master/DEVELOPERS.md#dizzy-all-async---think-of-metamask-as-a-light-client for details.

@lndgalante
Copy link

I've ended up using redux-logger

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants