Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个目前正在运行的 firebase 项目。这是托管设置: 直接链接和域对我有用。但是,在学校和来自另一个国家的朋友测试该站点时,域的连接会重置,但项目 URL (studylobby.firebaseapp.com) 仍然有效。我不明白为什么域本身在某些情况下会重置,但项目 URL 似乎总是有效。该域名是从 Google Domains 购买的。我怎样才能让域正常工作?/这是代码本身的问题吗?
听起来 DNS 设置尚未传播到其他网络,或者某些 CDN 边缘尚未收到更新。
DNS 设置的唯一解决方案是耐心等待(这取决于您的 TTL,但通常可能需要 24-72 小时)。
如果它是错过更新的 CDN 边缘,运行额外的firebase deploy可能会修复它。
firebase deploy