Skip to content

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

Closed
@tmrudick

Description

@tmrudick

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 
});

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions