gpt4 book ai didi

node.js - Firebase 托管部署错误错误 : Error: 404, 未找到请求的实体

转载 作者:行者123 更新时间:2023-12-03 12:12:00 25 4
gpt4 key购买 nike

我在 firebase 上托管了一个静态网站,我正在使用 node.js。
当我尝试部署我的网站时,我遇到了这个错误。

 C:\Users\Ankur-PC\Desktop>firebase deploy

=== Deploying to 'wo*****win'...

i deploying hosting

**Error: HTTP Error: 404, Requested entity was not found.**
我也在尝试这些 cmd 来解决这个错误
npm install firebase-functions@latest firebase-admin@latest --save
npm install -g firebase-tools

最佳答案

我不得不添加 site属性(property)到firebase.json来解决这个问题。

{
"hosting": {
"site": "my-app-id",
"public": "app",
...
...
}

关于node.js - Firebase 托管部署错误错误 : Error: 404, 未找到请求的实体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62929940/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com