This one is confusing to describe, so I'll just put a video
https://dl.dropboxusercontent.com/s/ju485susn7ypsgx/2015-12-09_15-03-50.mp4?dl=0
When I turn the server off, m.request throws errors (obviously) net::ERR_CONNECTION_REFUSED
- How can I handle these errors and just turn the data into an empty array
[]
(I know.then
accepts a success and failure callback, but it doesn't seem to work) - Why doesn't the app start working after I turn the server back on? (It seems like the issue is that
m.route
stops working?)