firebase / firebase-tools

The Firebase Command Line Tools
MIT License
3.97k stars 917 forks source link

404 on deploying hosting was working fine earlier today #7223

Closed aliafshar closed 1 month ago

aliafshar commented 1 month ago
=== Deploying to 'badinka-website'...

i  deploying hosting 
[2024-05-24T21:02:36.654Z] >>> [apiv2][query] POST https://firebasehosting.googleapis.com/v1beta1/projects/-/sites/badinka-website/versions [none]
[2024-05-24T21:02:36.655Z] >>> [apiv2][body] POST https://firebasehosting.googleapis.com/v1beta1/projects/-/sites/badinka-website/versions {"status":"CREATED","labels":{"deployment-tool":"cli-firebase"}}
[2024-05-24T21:02:37.459Z] <<< [apiv2][status] POST https://firebasehosting.googleapis.com/v1beta1/projects/-/sites/badinka-website/versions 404
[2024-05-24T21:02:37.460Z] <<< [apiv2][body] POST https://firebasehosting.googleapis.com/v1beta1/projects/-/sites/badinka-website/versions {"error":{"code":404,"message":"Requested entity was not found.","status":"NOT_FOUND"}}

Error: HTTP Error: 404, Requested entity was not found.
[2024-05-24T21:02:37.463Z] Error Context: {
  "body": {
    "error": {
      "code": 404,
      "message": "Requested entity was not found.",
      "status": "NOT_FOUND"
    }
  },
  "response": {
    "statusCode": 404
  }
}

[REQUIRED] Environment info

firebase-tools: 13.1.0

Platform: Linux

[REQUIRED] Test case

firebase deploy # previously working

[REQUIRED] Steps to reproduce

firebase deploy # previously working

[REQUIRED] Expected behavior

Deploy without error

[REQUIRED] Actual behavior

Get a 404

google-oss-bot commented 1 month ago

This issue does not have all the information required by the template. Looks like you forgot to fill out some sections. Please update the issue with more information.

aliafshar commented 1 month ago

Working again. Closing.