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:

error message

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

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -