-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Deploy Fails on firebase-tools@13.34.0 – Skips File Upload, Results in "Page Not Found" #8322
Copy link
Copy link
Closed as duplicate of#8274
Closed as duplicate of#8274
Copy link
Description
[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.
[REQUIRED] Steps to reproduce
- Install firebase-tools@13.34.0
- Run firebase deploy
- The deployment completes very quickly (~40 seconds, when it normally takes around 6 minutes).
- 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.
Reactions are currently unavailable
