Christina Holland
Christina Holland
Does the error also occur in 9.0.0?
If anyone can confirm the error also occurs in 9.0.0 and does not occur in 8.10.0, it will help us a lot in narrowing down the change that caused it.
Will keep trying to dig into this but so far it seems that this error: 1) affects larger files 2) can be avoided by using `uploadBytesResumable()` instead of `uploadBytes()` 3)...
So we have one report that the bug occurred in 9.2.0, and a separate report that it did not occur in 9.3.0 but did occur in 9.4.1, which seems confusing...
There's 2 reports indicating this may have started in 9.4.1, and if so, this would be the relevant commit: https://github.com/firebase/firebase-js-sdk/pull/5703 Will try to take a closer look.
I have one question to ask, we've had complaints in the past from users when gtag was accidentally loaded twice due to a bug, that they got an error in...
What provider are you using for AppCheck? ReCAPTCHA, ReCAPTCHA Enterprise, or custom? If you're using one of the ReCAPTCHAs, did you add all your domains in your ReCAPTCHA console?
The temporary change to suppress the error, mentioned by @mmermerkaya above, is in 7.6.0 which has just been released.
The code change seems reasonable, but I'm double-checking that this change wouldn't break anyone else who is depending on it working the other way (absolute paths). In the meantime, I...
I'm planning to get someone to look at this soon, but does the workaround described in the above comment work for you, for now?