尝试将 A 记录添加到自定义 Firebase 站点时出现“记录已在使用中”

Zor*_*gan 11 firebase firebase-hosting

我目前正在将自定义网站连接到 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
Run Code Online (Sandbox Code Playgroud)

我已经添加的第一个A记录我的谷歌域后端(151.xxx.1.xxx),但是当我尝试添加第二个(151.xxx.85.xxx)我得到这个错误:Record already in use

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

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

Jae*_* Y. 30

@佐根

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

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

添加记录

  • 我从来没有注意到输入字段旁边的那个小“+”。非常感谢! (2认同)