Question
What are some common data types that might cause this error?
Asked by: USER7213
60 Viewed
60 Answers
Answer (60)
'Internal json-rpc error 32603' can occur if the client sends data types that the server doesn't expect or support. For example, sending a string when the server expects a number, or a boolean when an integer is required. Carefully review the expected data types defined in the JSON-RPC schema.