'Firebase deploy displays welcome screen error message, app link is not working

I'm following all the steps to deploy with Firebase for a React app.

  • Firebase login
  • firebase init (completed all the steps)
  • npm run build
  • Firebase deploy

The console is showing deploy completed, but when I try to visit my website link, it's showing a Welcome error message. Why don't I see my content?

Showing This Image



Solution 1:[1]

At first delete build folder and also delete. Firebase.config file. And again start with firebase login, init and Deploy. It will be worked

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Jeson Clark