I wanted to try the latest Firebase now has Storage but I got this error "Can't connect to server. Try again in a few minutes. RETRY " when I go to the new console, Storage, Files.
How do I solve this? Thanks.
I wanted to try the latest Firebase now has Storage but I got this error "Can't connect to server. Try again in a few minutes. RETRY " when I go to the new console, Storage, Files.
How do I solve this? Thanks.
There is a known bug where if you are logged in to more than one google account, the account switching isn't done properly and it messes things up. I filed a support ticket and got back the following reply:
Thanks for reaching out and reporting this.
We are working on a fix for this. We currently don't have an ETA when a fix will be released.
Current work around would be just to have one Google account logged in.
Cheers, XYZ
The storage panel uses some APIs which are enabled when you create your project, but there can be a delay in the set up completing. Try returning to the console after some time, and refreshing the storage panel, and you should be good to go!
The answer from Ian Barber in 2016 seems to still be valid in 2022.
My experience for two projects now has been "Open the Firebase storage panel, refresh the page, and the error will no longer occur"
{
"error": {
"code": 400,
"message": "Permission denied. Please enable Firebase Storage for your bucket by visiting the Storage tab in the Firebase Console and ensure that you have sufficient permission to properly provision resources."
}
}
I had the same issues previously. Try accessing it in incognito mode. This was actually the solution from Firebase support and it worked. They are still trying to resolve this issue.