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
I'm not 100% sure what the desirable behavior is. Probably makes sense for behavior to be consistent between recycleJSON true/false. Not sure whether or not it also makes sense to track behavior in Netflix's model as well...
If recycleJSON is
true
, logs:// > { $type: 'error', value: { status: 500 } }
If recycleJSON is
false
, logs:// > [{ "path": ["items", 0, "title"], "value": { "status":500 } }]
The text was updated successfully, but these errors were encountered: