python - Failed to load resource: net::ERR_TIMED_OUT -
we've built api using flask restplus , it's running fine. it's using flask internal webserver (werkzeug). have web application built angular.js making http requests our api. in occasions, web application fails load page , following error message appears in chrome console:
failed load resource: net::err_timed_out
to honest, not sure if related to:
- the web application making invalid call api
- the api not responding in timely manner (it still appears , running when error message)
i don't know how troubleshoot , i'm looking guidance narrow downs investigation faulty component. suggestion?
update: i've been able reproduce error chance. chrome network tab did not show information resource timed out. showed info resources loaded successfully.
however console tab did show several endpoints timed out. example:
because there several endpoints failing, guess problem on back-end (not web app making http requests), , api did not respond fast enough. don't know back-end component responsible issue (the database, server, network, api calling in backend, etc...)
Comments
Post a Comment