Skip to content

FirebaseError: AppCheck: Fetch server returned an HTTP error status. HTTP status: 404. (appCheck/fetch-status-error) #6198

@ohjs88

Description

@ohjs88

[REQUIRED] Describe your environment

  • Operating System version: macOS Catalina
  • Browser version: Chorome 100.0.4896.127
  • Firebase SDK version: 9.7.0
  • Firebase Product: app-check

[REQUIRED] Describe the problem

Steps to reproduce:

image

The appcheck library spits the error log indefinitely.

FirebaseError: AppCheck: Fetch server returned an HTTP error status. HTTP status: 404. (appCheck/fetch-status-error)
FirebaseError: AppCheck: Fetch server returned an HTTP error status. HTTP status: 404. (appCheck/fetch-status-error)
FirebaseError: AppCheck: Fetch server returned an HTTP error status. HTTP status: 404. (appCheck/fetch-status-error)
...

The Chrome "Network" tab displays only one 404 message.

image

I can't do anything about it. Please help me

Relevant Code:

const firebaseapp = initializeApp(firebaseConfig);
const appCheck = initializeAppCheck(firebaseapp, {
  provider: new ReCaptchaV3Provider("my-key"),
  isTokenAutoRefreshEnabled: true,
});

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