I am unable to view the contents of my website which I deployed on Firebase [migrated]

Solution 1:

Its a common problem...

First check your index.html, if you have a build folder, your index.html should be the same as the index.html outside your build folder. (the name)
Second if you dont have build folder, the name of the entry point should be index.html, firebase its looking for it, if that is the case just rename it and deploy once again.
Third, delete .firebase and reinit it and after that deploy it once again.

Here is a long ref:
https://github.com/coreui/coreui-react/issues/55