-
Notifications
You must be signed in to change notification settings - Fork 950
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
Unhandled error cleaning up build images. This could result in a small monthly bill if not corrected. #7389
Comments
My package.json that in
|
My package.json that in
|
My firebase.json is:
|
Hey @busanTeddyBear, thanks for reaching out. I think this could be marked as a duplicate of #4757. In order to keep a single line of communication, please refer to the other ticket for any updates. Feel free to leave a comment on the issue to share your observations. Also, I noticed that you’re using firebase-tools v13.11.4 on a Windows machine. Just wanted to let you know that there are currently issues(#7378 and #7363) related to deployments to Firebase Hosting which affects v13.11.4 and v13.11.3. We have a fix that should be available in our next release. In the meantime, you might want to use v13.11.2 to avoid issues. |
[REQUIRED] Environment info
[REQUIRED] Test case
Run
firebase deploy
command.[REQUIRED] Steps to reproduce
N/A
[REQUIRED] Expected behavior
After a successful build the functions for next.js, the image created for the build should be automatically removed, but it always fails.
This causes the following error message to be displayed continuously.
Additionally, even after attempting redeployment, the build image deletion still fails.
However, the overall project deployment is completed successfully.
[REQUIRED] Actual behavior
Related issues
The text was updated successfully, but these errors were encountered: