When API is failing, check the request logs to see why it is failing. Find out who it is failing on by looking for the tenantID in the ondemand preferneces table where it is 'navigator'.
SELECT *, FROM_UNIXTIME(request_date)
FROM sc_request_logs srl
WHERE service_key LIKE '%netradyne%'
ORDER BY id DESC