Brave returned " Response has no error or result" for request "net_version"

One of our users caught this error when he tried to get net_version. Here is the request:

{
  "jsonrpc": "2.0",
  "id": 2170167360,
  "method": "net_version",
  "params": [],
  "origin": "app.zerion.io"
}

We use web3 to make the request: web3.eth.net.getId()

AFAIK Brave is intercepting this request? How can we fix this?

Could you make a test case on jsfiddle?

I can’t reproduce it, unfortunately. I found this error in our Sentry

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.