Skip to main content

Error Code 11005

Error Screenshot:

Error Code 11005 Screenshot

Error Description: The userinfo passed from frontend integration is not a valid JSON string

Solution: userinfo is a base64-encoded JSON string. It needs to be encoded with encodeURIComponent before being concatenated to the URL.