Firebase hosting deploy error “HTTP Error: 404, Not Found”

后端 未结 8 1593
无人及你
无人及你 2021-02-15 17:51

I don\'t know if this is related to the recent bump of firebase-tools to 6.0 or not. But I\'m unable to deploy my files to a hosting project.

The output after I type fi

8条回答
  •  青春惊慌失措
    2021-02-15 18:24

    I had a similar error while trying to follow the Starting with React Most Wanted codelab step "Prepare Firebase Databases"

    Error: HTTP Error: 404, Project 'react-most-wanted-ef689' does not exist.

    Where 'react-most-wanted-ef689' would contain the name of any project.

    It seems that I didn't set up Firestore properly. Missing step:

    Activate Firestore for the project and specify the Resource Location Id by following Get started with Cloud Firestore.

    I don't think it was in the codelab, so maybe this is something new since the codelab was written.

提交回复
热议问题