简体   繁体   English

如何删除 Firebase 中的此错误:“此域已在使用中。”?

[英]How Do I Remove This Error in Firebase: "This domain is already in use."?

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 个关于此错误的其他论坛帖子( http://grokbase.com/t/gg/firebase-talk/165r5n78nq/firebase-domain-is-already-in-use )但遵循提供的步骤会导致零结果.

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. 在这种情况下,您可以等待10天后删除项目以便将其删除,或者您可以通过转到Firebase IAM和管理控制台单击要挂起的项目来恢复项目。

Then proceed to disconnect the domain from the project like you normally would. 然后继续像通常那样断开域与项目的连接。 Now you can use that domain again with no problem. 现在,您可以再次使用该域,没有任何问题。

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). 转到https://console.firebase.google.com/iam-admin/iam/project并点击“项目待删除”,然后点击恢复。然后转到https://console.firebase.google.com/project/YOUR -PROJ-ID / hosting / main并删除域连接。

That should free the domain up for a new SSL cert. 这应该释放域以获得新的SSL证书。

if you are using appname.page.link make appname uniqe如果您正在使用appname.page.link使appname uniqe

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM