You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This manifested itself by converting an object with a couple sparse, numeric keys into an array with 90k undefined values, resulting in: { message: 'Substitution data too large', description: 'Transmission-level substitution data must be less than 100000 bytes', code: '2002' } despite not sending nearly that much data to the sparkpost.transmissions.send() call.