jv11
October 5, 2022, 10:02pm
1
i’m using ether js and tried to use signer._signTypedData, the data passed to the function seems to be ok but I have this errror
{ "code": -32603, "message": "Cannot use 'in' operator to search for 'undefined' in undefined", "data": { "originalError": {} } }
hi @jv11 !,
Going to share two links with you. Can you see if either of these assist with resolving?
I’ve been using remix to mint on my contracts for several months now, but today I just started getting the following error:
[ethjs-query] while formatting outputs from RPC ‘{“value”:{“code”:-32603,“data”:{“code”:-32603,“message”:“Internal error”}}}’.
I’ve tried adjusting gas limits, priority fees, and resetting the account, but nothing seems to be working. Any ideas or suggestions?
jv11
October 6, 2022, 3:00pm
3
Hi, I tried with this but since I am signing data most of this don’t apply to my case and the other solutions didn’t work
Thanks!
I could find this. Dropping here while I hunt for an answer.
The JavaScript exception "right-hand side of 'in' should be an object" occurs when the
in operator
was used to search in strings, or in numbers, or other primitive types. It can only be
used to check if a property is in an object.
system
Closed
November 5, 2022, 10:04pm
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.