首页 > 解决方案 > 尝试将 A 记录添加到自定义 Firebase 站点时出现“记录已在使用中”

问题描述

我目前正在将自定义站点连接到 Firebase 托管。

Firebase 给了我以下错误:

We expected these A records
    Host: my.app
    Values:
        151.xxx.1.xxx
        151.xxx.85.xxx
We found these A records
    Host: my.app
    Values:
        151.xxx.1.xxx

Add these A records to your domain by visiting your DNS provider or registrar. 

Your site will show a security certificate warning for a few hours, until the certificate has been provisioned.

Record type Host    Value
A
my.app 
151.xxx.1.xxx
A
my.app 
151.xxx.85.xxx

我已经在我的 Google Domains 后端 ( 151.xxx.1.xxx) 中添加了第一条 A 记录,但是当我尝试添加第二条 ( 151.xxx.85.xxx) 时,我收到了这个错误:Record already in use.

我收到此错误是因为主机值完全相同(@my.app)。

我怎样才能解决这个问题?

标签: firebasefirebase-hosting

解决方案


@Zorgan

尝试单击edit按钮,然后单击+输入字段旁边的符号

检查附加的图像。希望有帮助。

添加记录


推荐阅读