Skip to content

"Error thrown when reading from storage" app/storage-get on IE11 #6121

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

Closed
tmrudick opened this issue Apr 6, 2022 · 5 comments · Fixed by #6122
Closed

"Error thrown when reading from storage" app/storage-get on IE11 #6121

tmrudick opened this issue Apr 6, 2022 · 5 comments · Fixed by #6122

Comments

@tmrudick
Copy link
Contributor

tmrudick commented Apr 6, 2022

Environment

  • Operating System version: Windows 10
  • Browser version: IE11
  • Firebase SDK version: 9.6.10
  • Firebase Product: auth, storage, firestore

Describe the problem

When loading an app using the 9.6.10 SDK in IE11, an unhandled error is immediately thrown: Error thrown when reading from storage. Original error: InvalidAccessError. (app/storage-get)

Steps to reproduce:

Load any application using the 9.6.10 SDK in IE11.

Relevant Code:

This happens immediately on initializing the application.

import { initializeApp } from 'firebase/app';
initializeApp({
    ...myAppConfig 
});
@jordanlee-dev
Copy link

Same problem occurs in Lg Webos Tv ( Web Engine: WebKit 538.2)

@lisajian
Copy link
Contributor

lisajian commented Apr 8, 2022

Hi, thanks for filing this issue! We are unable to promise any timeline for this, but if others also have this issue, adding a +1 on this issue can help us prioritize adding this to the roadmap.

(Googler-only internal tracking bug: b/228613530)

@sam-gc
Copy link
Contributor

sam-gc commented Apr 11, 2022

@hsubox76 looks like maybe an issue in app?

@tmrudick
Copy link
Contributor Author

@sam-gc @hsubox76 Note that I also sent out a PR to fix: #6122

@hsubox76
Copy link
Contributor

Thanks for the PR, will merge when CI finishes.

@firebase firebase locked and limited conversation to collaborators May 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants