I’ve made no code changes yet for the past 40 hours I’ve been getting “Response deserialization error” on a deal card. I’ve tried changing some things recommended on other posts, I don’t have any nulls, my dates are formatted correctly, and I wasn’t sending the content type json header but I added that and there is no change. Here is my Response JSON (formatted, sanitized):
{
"applicationId": "169730",
"baseUris": [
"https:\/\/xxxxxxxxxxxxx.com\/"
],
"dataFetchUri": "https:\/\/xxxxxxxxxxxxx.com\/hubspot\/not-applicable",
"title": "Status of Client Setup",
"settingsAction": {
"type": "IFRAME",
"width": 1000,
"height": 770,
"uri": "https:\/\/xxxxxxxxxxxxx.com\/hubspot\/iframe\/111111111?userId=111111111&userEmail=l.cabre@chargebacks911.com&form=client_type",
"label": "Settings"
},
"primaryAction": {
"type": "IFRAME",
"width": 1000,
"height": 770,
"uri": "https:\/\/xxxxxxxxxxxxx.com\/hubspot\/iframe\/111111111?userId=111111111&userEmail=l.111111111@111111111.com&form=auto",
"label": "Client Setup Form"
},
"secondaryActions": [
{
"type": "IFRAME",
"width": 1000,
"height": 770,
"uri": "https:\/\/xxxxxxxxxxxxx.com\/hubspot\/iframe\/111111111?userId=111111111&userEmail=l.111111111@111111111.com&form=merchant",
"label": "Merchant Setup"
},
{
"type": "IFRAME",
"width": 1000,
"height": 770,
"uri": "https:\/\/xxxxxxxxxxxxx.com\/hubspot\/iframe\/111111111?userId=111111111&userEmail=l.111111111@111111111.com&form=partner",
"label": "Partner Setup"
}
],
"results": [
{
"objectId": "976",
"title": "(No Billing Profile)",
"link": "http:\/\/xxxxxxxxxxxxx.com\/sys\/setup",
"created": "2020-02-13",
"updated": "2020-02-13",
"needed": 0,
"status": "in_progress",
"description": "Deal Data is in the system and the Setup process is in progress.",
"email": "support@xxxxxxxxxxxxx.com",
"actions": [
{
"type": "ACTION_HOOK",
"httpMethod": "POST",
"associatedObjectProperties": [
],
"uri": "https:\/\/xxxxxxxxxxxxx.com\/hubspot\/check\/111111111",
"label": "Check Data"
}
]
}
],
"associatedHubSpotObjectTypes": [
"DEAL"
],
"associatedHubSpotObjectTypeProperties": {
"DEAL": [
"domain"
]
}
}