I have an application that has MS SQL Server as the backend database, ColdFusion server and front end is Angular. I am getting the following error when trying to retrieve data from a few tables in the database. It doesn't impact all data but only a few tables
message=JSON serialization failure: Unable to serialize binary data to JSON
Code to serialize data:
<cfset responseString = serializeJSON( apiResponse.data )>
Any ideas how to resolve this issue?