[GH-ISSUE #93] [Bug] 通过公网绑定域名访问新增的域名没有被正确地显示在域名列表 #75

Closed
opened 2026-03-03 00:31:15 +03:00 by kerem · 1 comment
Owner

Originally created by @LeoChen98 on GitHub (Sep 24, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/93

描述问题
通过公网访问新增的域名没有被正确地显示在域名列表

复现步骤
复现该问题的步骤:

  1. 使用 start certimate.exe serve --http 0.0.0.0:8090 启动服务。
  2. 通过公网访问certimate(经过腾讯云CDN,HTTP回源方式回源到服务器,CDN配置所有文件不缓存)
  3. 按正常步骤添加域名,显示添加成功。
  4. 刷新,首页和域名列表均不显示新添加的域名,但首页的即将过期计数会显示有即将过期域名,点进去的列表会显示新增的域名。
  5. 多次刷新首页和域名列表有概率出现新添加的域名。

期望的结果
新添加的域名应当正确地被展示在首页和域名列表中。

截图

环境

  • 操作系统: Windows Server 2012 r2 datacenter / Windows11 23H2 22631
  • 浏览器: Chrome @ 129
  • 仓库版本: v0.1.10

其他信息

  • F12抓包发现每次刷新请求record接口的参数并不完全相同,似乎是前端代码有点问题?
  • 直接A记录直连服务器和服务器本地127ip访问均没有遇到上述问题。
Originally created by @LeoChen98 on GitHub (Sep 24, 2024). Original GitHub issue: https://github.com/certimate-go/certimate/issues/93 **描述问题** 通过公网访问新增的域名没有被正确地显示在域名列表 **复现步骤** 复现该问题的步骤: 1. 使用 `start certimate.exe serve --http 0.0.0.0:8090` 启动服务。 2. 通过公网访问certimate(经过腾讯云CDN,HTTP回源方式回源到服务器,CDN配置所有文件不缓存) 3. 按正常步骤添加域名,显示添加成功。 4. 刷新,首页和域名列表均不显示新添加的域名,但首页的即将过期计数会显示有即将过期域名,点进去的列表会显示新增的域名。 5. 多次刷新首页和域名列表有概率出现新添加的域名。 **期望的结果** 新添加的域名应当正确地被展示在首页和域名列表中。 **截图** 无 **环境** - 操作系统: Windows Server 2012 r2 datacenter / Windows11 23H2 22631 - 浏览器: Chrome @ 129 - 仓库版本: v0.1.10 **其他信息** - F12抓包发现每次刷新请求record接口的参数并不完全相同,似乎是前端代码有点问题? - 直接A记录直连服务器和服务器本地127ip访问均没有遇到上述问题。
kerem 2026-03-03 00:31:15 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@LeoChen98 commented on GitHub (Sep 24, 2024):

已证实是腾讯云cdn设置问题,清空缓存策略重新设置后问题被解决。

<!-- gh-comment-id:2370813611 --> @LeoChen98 commented on GitHub (Sep 24, 2024): 已证实是腾讯云cdn设置问题,清空缓存策略重新设置后问题被解决。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#75
No description provided.