PWA auto update
I am using my phone in the office where I have admittedly bad service.
When I keep the application up and running on my phone, I notice that the feed fails to load almost every single time. We currently have a modal dialog to handle a failed feed. This allows you to "reload" the current feed with the click of a button, if I select this option it refreshes immediately, so this does not appear to be a connection issue. Also, when I leave the application open in my web browser it appears to not have this problem, auto update works.
Perhaps there is some PWA option that is causing problems?
This appears to only be a problem on my phone, both when using the browser or the PWA version. An error occurs about half of the time. The error is a 504 - Gateway Timeout
. The error also occurs immediately, I am not sure what is returning the 504, but it does not appear to wait for a response it errors immediately. Changing the feed or refreshing the application will load data no problem, this is only on auto update.
This feels very much just like an intermittent connection.