Incident history

Two kinds of entry, newest first, and every one is labelled. Maintainer reports are written by a person and explain what happened and why. Measured entries are days on which an automated hourly check came back unhealthy — no write-up, just the observation.

Maintainer reports

主機遷移期間登入中斷

Down

14 Aug 2026, 21:18 → 14 Aug 2026, 22:39

Impact: 既有使用者無法維持登入狀態,重新登入後仍會被登出。資料 API 與既有 API 金鑰不受此變更影響。

網站自 Vercel 遷移至自架主機。切換之後,既有使用者的瀏覽器裡仍保留著遷移前簽發、只綁定單一主機(host-only)的舊工作階段 cookie,而新站簽發的是同名、但涵蓋整個 twmarketdata.com 網域的 cookie。兩個同名 cookie 並存時,伺服器讀到的是那個已經失效的舊的,因此使用者即使重新登入一次,仍然維持在登出狀態。

處理方式是把工作階段 cookie 改名(.v2),讓舊 cookie 自然失效,而不是刪除它——刪除會有讓使用者陷入無限登出的風險。使用者只需要重新登入一次即可恢復。

此次變更只動到網站的工作階段 cookie,不涉及資料 API、既有 API 金鑰或任何資料內容。

後續改善:狀態頁已加入登入功能的主動檢測,直接量測工作階段的建立、更新與刪除往返。此事故期間首頁與健康檢查端點全部回應正常,舊的可用性探針因此全程顯示「正常」;新的檢測會直接量到登入本身,同類故障不會再以全綠呈現。

Measured entries

September 2026

  • 4 Sept 2026MCP serverDegraded

August 2026

  • 25 Aug 2026Data APIDown