0

I am trying to run a tictactoe game using firebase. I have initialized my file and on the console it says everything is running, except when I open localhost:5000 it gives me error Cannot GET/. on the firebase CLI console it gives me error code: i hosting: 127.0.0.1 - - [06/Nov/2023:17:20:34 +0000] "GET / HTTP/1.1" 404 139 "http://127.0.0.1:4001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"

Console

firebase.json code

I have tried rebooting my computer and changing around my code to some answers I have read on here, Its just not working.

2
  • What are you expecting to happen other than the 404? It sounds like you don't have any hosting content files to serve. We can't see everything you've placed locally, so we don't know what's supposed to happen. Commented Nov 6, 2023 at 17:54
  • Also I will point out that the output says you have multiple emulators running at the same time, which shouldn't happen if you rebooted and then tried to run the emulator first thing. Commented Nov 6, 2023 at 17:56

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.