question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:open
  • Created 6 years ago
  • Reactions:2
  • Comments:6

github_iconTop GitHub Comments

2reactions
apackincommented, May 16, 2018

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

0reactions
lndgalantecommented, Feb 18, 2019

I’ve ended up using redux-logger

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found