After sync data from vConnect portal to VRT, thrown below attached error
undefined is not valid JSON
3 Likes
You are trying to parse the response which is not a valid JSON String
. It is undefined
.
That simply means that you are not getting expected response(json string) from server.
1 Like