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
The issue is intermittent and when it occurs, our nodeJS app is unable to recover without restarting. Is it possible to implement a retry to work around the EAI_AGAIN and EHOSTUNREACH errors? or at least invalidate any output that may have been cached by node-fetch?
The text was updated successfully, but these errors were encountered:
We have been getting the following errors recently:
1.) request to https://cdn.ampproject.org/rtv/metadata failed, reason: getaddrinfo EAI_AGAIN cdn.ampproject.org
2.) request to https://cdn.ampproject.org/version.txt failed, reason: connect EHOSTUNREACH
Both of the errors seems to be originating from:
/node_modules/@ampproject/toolbox-core/node_modules/node-fetch/lib/index.js:1461:11
The issue is intermittent and when it occurs, our nodeJS app is unable to recover without restarting. Is it possible to implement a retry to work around the EAI_AGAIN and EHOSTUNREACH errors? or at least invalidate any output that may have been cached by node-fetch?
The text was updated successfully, but these errors were encountered: