Skip to main content

Error Code 11007

Error Screenshot:

Error Code 11007 Screenshot

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

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