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

时间:2019-08-27 22:26:17

标签: 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

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

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

我该如何解决?

1 个答案:

答案 0 :(得分:3)

@Zorgan

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

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

adding record