"Record already in use" 尝试将 A 记录添加到自定义 Firebase 网站时

"Record already in use" when trying to add A record to custom Firebase site

我目前正在将自定义站点连接到 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 域后端 (151.xxx.1.xxx) 中添加了第一个 A 记录,但是当我尝试添加第二个 (151.xxx.85.xxx) 时,出现此错误: Record already in use.

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

我该如何解决这个问题?

@佐根

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

检查附件图像。希望对您有所帮助。