You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing some code with a require, i noticed RPC Errors are not shown to the user. They are only visible in the development console. Example code:
Resulting error in the console when trying to execute the function TestRequire:
inpage.js:1MetaMask-RPCError: InternalJSON-RPCerror.{code: -32603,message: "Internal JSON-RPC error.",data: {…},stack: "Error: "message" must be a nonempty string.↵ at…
The text was updated successfully, but these errors were encountered:
While testing some code with a require, i noticed RPC Errors are not shown to the user. They are only visible in the development console. Example code:
Resulting error in the console when trying to execute the function TestRequire:
The text was updated successfully, but these errors were encountered: