remix-project
remix-project copied to clipboard
Returned error: The method "debug_traceTransaction" does not exist / is not available.
I am working on my local network (substrate) and added tracing capability. I deployed smart contract through Remix (through injected provider metamask) and get the transaction id.
I can successfully debug transaction by calling debug_traceTransaction rpc manually like the following screenshot.
But the remix does not recognize it. I'm not sure why Remix UI can't call the rpc that I can manually run.
Please help me
cc: @yann300
@frankli-dev when you start debugging, are you still using injected provider? could you try to directly connect to that node use external provider?
Hey @frankli-dev I have the same problem, but this is not Remix limitation, it's MetaMask. Here is the issue in their repo https://github.com/MetaMask/metamask-extension/issues/21611 Drop a comment, if you can to get the snow ball rolling.