Reputation: 61
As hosting website in firebase I am getting following error : Error: HTTP Error: 500, Internal error encountered.
Upvotes: 6
Views: 11589
Reputation: 319
You can try update to the newest version of firebase
npm install -g firebase-tools
This helped in my case as I was with some older version.
Upvotes: 1
Reputation: 9159
If you use multiple web sites in Firebase, you need to click "Add another site" in the Hosting section.
Only after this operation the "HTTP Error: 500, Internal error encountered" will go away during hosting deployment.
Upvotes: 2
Reputation: 599686
firebaser here
There is currently an outage that is preventing new deploys to Firebase Hosting. Our team has deployed a fix and the situation should be improving for everyone. For the latest status updates, check the link above.
In general when you have unexplainable behavior, always check the Firebase status page to see if it's an issue that is already known.
Upvotes: 1
Reputation: 1
I also encounter the deploy issue minutes ago, and still can not succeed. I've browse several threads on stackoverflow, but not detaily. However, I followed this one to checkout if the problem is caused by Firebase itself: Firebase return internal server error
and lead me to "Firebase Status Dashboard" https://status.firebase.google.com/
It does show that Hosting service is undergoing "Service Outage". But I'm not sure if it's the cause.
Upvotes: 0