How Do I Remove This Error in Firebase: “This domain is already in use.”?

一曲冷凌霜 提交于 2020-01-01 08:45:41

问题


I'm trying to add a custom domain to an existing project but keep getting the error that "this domain is already in use." I'm not using this domain anywhere else in any other project.

There is only 1 other forum post (http://grokbase.com/t/gg/firebase-talk/165r5n78nq/firebase-domain-is-already-in-use) about this error but following the step provided leads to zero results.


回答1:


If you are getting that error it means that you're already using the domain in a project. You probably deleted the project but did not disconnect the domain before it was shut down. In this case, you can either wait for 10 days from when you deleted the project for it to be removed or, you can restore the project by going to the Firebase IAM & Admin console click on projects pending shutdown.

Then proceed to disconnect the domain from the project like you normally would. Now you can use that domain again with no problem.




回答2:


Go to https://console.firebase.google.com/iam-admin/iam/project and click on 'Projects Pending Deletion" click Restore. Then go to https://console.firebase.google.com/project/YOUR-PROJ-ID/hosting/main and delete the domain connection(s).

That should free the domain up for a new SSL cert.



来源:https://stackoverflow.com/questions/37951909/how-do-i-remove-this-error-in-firebase-this-domain-is-already-in-use

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!