Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase: There was an unknown error while processing the request. Try again. [closed]

I'm just trying to creating new project in Firebase but getting this error every time.

enter image description here

like image 323
Pre_hacker Avatar asked Mar 30 '17 10:03

Pre_hacker


3 Answers

What I did was sign out from Firebase and sign back in again. This worked.

The project was already created. The problem occurred because maybe the Firebase console was unable to sync or refresh, but signing out and back in worked for me. Try that.

like image 101
Akang Toshi Avatar answered Nov 02 '22 15:11

Akang Toshi


Disable CORS Plugin

My solution was to disable an Allow CORS plugin on Firefox. I hope it helps someone!

like image 16
Aindriú Avatar answered Nov 02 '22 16:11

Aindriú


I have this issue as well however, it was because of an outage in the Firebase service. To check for outages, go to: https://status.firebase.google.com

You can see there are red dots which shows the outage in the Firebase console.

enter image description here

Clicking on the red dot will provide you with a status on what's going on.

enter image description here

like image 11
Simon Avatar answered Nov 02 '22 15:11

Simon