-
Notifications
You must be signed in to change notification settings - Fork 92
Visitable sometimes stuck on infinite loading indicator #147
Comments
Have you implemented all the |
It seems that if I want to go from this screen with infinite loading indicator to anywhere else (dashboard with tasks or profile buttons at top panel), I 'll get white blank screen. |
Calling |
We are hitting this exact problem. A HTTP -1 response. It is seemingly random, almost impossible to reproduce but you are guaranteed to hit it in our app 1 out of every 15 - 30 sessions. I've been lucky where I've been able to watch the server logs while it happened once. I was very surprised to find that there was no request made to the server! So it seems like this supports the case to hook in to |
Hello,
we are building an app based on Turbolinks and Turbolinks-ios frameworks. The problem here we are facing is that when I sometime (happens like 1/10 visits) click on one of the tasks (image 1), I will get stuck on infinite loading indicator screen.
Tasks screen
Stuck at infinite loading indicator
If I'm waiting like 10 minutes I 'll get this, retry button reloads the visitable and I can continue.
We are not receiving any crash report on device or front end so it's particularly difficult to debug.
This doesn't happen on the simulator though, only on physical device.
As a current fix to this issue I tried to add timer that checks every 5 seconds if loading indicator is active and if so, I am restarting the app. The goal here is to at least reload the visitable (what retry button on error view does) but I wasn't able to do so as functions visitable.retry() or session.reload() doesn't seem to do anything. How do I do this ?
The text was updated successfully, but these errors were encountered: