-
Notifications
You must be signed in to change notification settings - Fork 894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@firebase/firestore: Firestore (8.2.1): Connection WebChannel transport errored #4251
Comments
@kachinon Thanks for writing in! What line of code causes the error? Is it the call to |
I have faced the same problem, any solution available? |
Dear all, I've the same problem. Anyone repair it? |
@Chinna111 @sgatius Can you provide some more details on the conditions in which you run into the problem, or provide a repro where this error is being thrown? I've tried reproducing it in this Github repo without any success. |
@thebrianchen The console.log('result', result) in your repo isn't waiting for the firebase.firestore call to resolve. It's giving you the result of the firebase.auth call. |
@llbbdd Thanks! My intention was to recreate @kachinon's original repro code, which didn't work for me. Waiting for the |
@thebrianchen Ah, I see that now. I have the same code with the same error. Although it isn't an error, it's a warning (not caught in the catch), and it takes between 3 and 4 minutes to appear. |
@llbbdd Does it appear for you with my code repo? I played around with it some more and also waited, but I wasn't getting any errors. Can you share a repro or share logs with logging enabled? |
@thebrianchen It's just occurred to me, and I'm not sure if this ties in with @kachinon's issue or not, that I'm trying to use this in a React Native component. I may be way off base getting involved here. @kachinon? |
Hey @kachinon. 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! |
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
Steps to reproduce:
hi, i am new here,
Since a few days i am getting an error while trying to communicate via Firebase/ Firestore. but on Firebase/Auth its works.
Relevant Code:
[2020-12-30T19:06:12.669Z] @firebase/firestore: Firestore (8.2.1): Connection WebChannel transport errored: {"a": {"C": null, "K": [Circular], "a": {"A": 0, "B": [U], "C": true, "F": 45000, "G": false, "I": true, "J": -1, "K": "ytRMh7YN4EMr7Roe7DSAXQ", "Ka": 5000, "Ma": false, "Na": false, "Oa": false, "P": 0, "Pa": 2, "Qa": undefined, "R": [Object], "S": 0, "T": 68273, "Ta": 1, "U": true, "Ua": 10000, "V": 4, "X": false, "Y": [Object], "a": null, "b": [zd], "c": [bc], "f": [Z], "fa": false, "g": [Array], "ga": undefined, "h": null, "ha": "https://firestore.googleapis.com/google.firestore.v1.Firestore/Write/channel", "i": null, "ia": "", "j": null, "ja": 8, "l": null, "m": null, "ma": 12, "na": [U], "o": 3, "oa": 600000, "pa": "8LdCXTKPzkjUOQ8lpNAaBFDgt6fFDWdT", "qa": -1, "ra": [Ed], "s": null, "u": 0, "v": "gsessionid"}, "b": {"database": "projects/hipmi-sulteng-app/databases/(default)"}, "c": {"a": [Object], "b": 4, "src": [Circular]}, "f": {"a": [Circular]}, "i": undefined, "j": false, "l": true, "m": true, "o": "https://firestore.googleapis.com/google.firestore.v1.Firestore/Write/channel"}, "defaultPrevented": false, "status": 1, "target": {"C": null, "K": [Circular], "a": {"A": 0, "B": [U], "C": true, "F": 45000, "G": false, "I": true, "J": -1, "K": "ytRMh7YN4EMr7Roe7DSAXQ", "Ka": 5000, "Ma": false, "Na": false, "Oa": false, "P": 0, "Pa": 2, "Qa": undefined, "R": [Object], "S": 0, "T": 68273, "Ta": 1, "U": true, "Ua": 10000, "V": 4, "X": false, "Y": [Object], "a": null, "b": [zd], "c": [bc], "f": [Z], "fa": false, "g": [Array], "ga": undefined, "h": null, "ha": "https://firestore.googleapis.com/google.firestore.v1.Firestore/Write/channel", "i": null, "ia": "", "j": null, "ja": 8, "l": null, "m": null, "ma": 12, "na": [U], "o": 3, "oa": 600000, "pa": "8LdCXTKPzkjUOQ8lpNAaBFDgt6fFDWdT", "qa": -1, "ra": [Ed], "s": null, "u": 0, "v": "gsessionid"}, "b": {"database": "projects/hipmi-sulteng-app/databases/(default)"}, "c": {"a": [Object], "b": 4, "src": [Circular]}, "f": {"a": [Circular]}, "i": undefined, "j": false, "l": true, "m": true, "o": "https://firestore.googleapis.com/google.firestore.v1.Firestore/Write/channel"}, "type": "c"}
The text was updated successfully, but these errors were encountered: