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
The SDK sometimes returns a response that includes a value that is a BigInt. When this response is sent to a client from a server, typically using Express, it throws an error because BigInt.prototype.toJSON doesn’t exist.
Problem
The SDK sometimes returns a response that includes a value that is a BigInt. When this response is sent to a client from a server, typically using Express, it throws an error because
BigInt.prototype.toJSON
doesn’t exist.Workaround
MDN has a guide for working around this issue.
The text was updated successfully, but these errors were encountered: