Redux-devtools not supported by testrpc
See original GitHub issue‘When loading the page with redux-devtools, the page outputs errors and does not render’ as per https://github.com/ethereumjs/testrpc/issues/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
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:6
Top Results From Across the Web
Missing ethereum RPC calls make redux-devtools fail #300
Redux devtool iterates over the web3.eth object and wraps all the functions. Because testrpc does not implement every rpc call, the error occurs ......
Read more >Redux App not working if Redux DevTools Extension is not ...
However, my React Application (bootstrapped with CRA) will not work if I don't have the Redux Devtools Extension installed.
Read more >Criticism – Weapon of Choice
the package whose installation complained about testrpc@0.0.1 is global, which means that I do not have any package.json file where I can add...
Read more >@redux-devtools/cli - npm
CLI for remote debugging with Redux DevTools. ... Note the package is called @redux-devtools/cli not redux-devtools (the latter is a React ...
Read more >DevTools Extension - Electron
Cerebral Debugger · Redux DevTools Extension · MobX Developer Tools. What should I do if a DevTools extension is not working?. First, please...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve been using middleware to log the actions and states. Leaving the devtools disabled as per above
I’ve ended up using redux-logger