Skip to content

Deploy Fails on firebase-tools@13.34.0 – Skips File Upload, Results in "Page Not Found" #8322

@htamagnus

Description

@htamagnus

[REQUIRED] Environment info

firebase-tools:

13.34.0 (deployment fails)
13.31.2 (deployment works correctly)

Platform:

Ubuntu

[REQUIRED] Test case

The deployment of my application works fine with firebase-tools@13.31.2, but after updating to 13.34.0, the deployment process finishes much faster (~40 seconds instead of the usual 6 minutes), and no files seem to be uploaded to Firebase Hosting.

Image

[REQUIRED] Steps to reproduce

  1. Install firebase-tools@13.34.0
  2. Run firebase deploy
  3. The deployment completes very quickly (~40 seconds, when it normally takes around 6 minutes).
  4. When accessing the application, the following error appears: Page Not Found - This file does not exist and there was no index.html found in the current directory or 404.html in the root directory.

[REQUIRED] Expected behavior

The deployment should properly upload the application files to Firebase Hosting, making the application accessible after the process is complete.

[REQUIRED] Actual behavior

  • The deployment finishes much faster than expected (~40 seconds instead of ~6 minutes).
  • No files seem to be uploaded to Firebase Hosting.
  • The application shows a "Page Not Found" error, indicating that the index.html and 404.html files were not found.
  • Running the same deployment with firebase-tools@13.31.2 works correctly.
  • No errors are displayed in GitHub Actions. The deployment is marked as successful, but the site is broken because no files were uploaded.

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