Open juan-carvajal opened 1 month ago
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
From you logs, it seems like the connection was recovered later? Is this what you observed as well?
You can also try to upgrade to the latest, we have done some changes to our network transportation layer recently that might be helpful.
Hey @juan-carvajal. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically.
If you have more information that will help us get to the bottom of this, just add a comment!
Operating System
Multiple operating systems, mostly iOS and Android
Environment (if applicable)
Multiple browsers, mostly mobile versions of Safari and Chrome
Firebase SDK Version
9.23.0
Firebase SDK Product(s)
Firestore
Project Tooling
Vue 3 SPA app, created with Quasar framework V2. Package using Vite.
Detailed Problem Description
Some of our users have encountered an issue where our application does not start from the corporate network. We found that the listener has a slow response time that is not within the timeout of 10 seconds, i.e. the request does not go through and the application does not receive data from firebase.
This is what my setup looks now:
Setting
experimentalAutoDetectLongPolling
orexperimentalForceLongPolling
does not help.Results from https://debug-my.firebaseapp.com/ found in test.txt Browser trace after
setLogLevel('debug')
found in log.txtSteps and code to reproduce issue
No idea, this appears to happen intermittently and is more prevalent with certain ISP/mobile internet providers (TIGO). This is not an isolated case; most errors come from mobile devices. There should be sufficient internet speed in most cases, but the error still shows up. 99% of our users are from Colombia.