I’m seeing a ChatGPT web UI bug where a conversation remains stuck on “Đang suy nghĩ” (Thinking) even after pressing Stop.
Environment:
Chrome 148 / Windows 10 / vi-VN / Plus
Time: 2026-05-19 ~16:30 Asia/Ho_Chi_Minh
Observed:
- UI remains in thinking state indefinitely
- Stop button sends /backend-api/stop_conversation
- UI still does not recover
- Repeated /backend-api/aip/connectors/links/list_accessible calls
- Captured one HTTP 500 from list_accessible
- Console earlier showed: RequestError: Too many concurrent requests
- Diagnostic JSON confirms containsDangSuyNghi: true and containsLauHon: true
Expected:
Clicking Stop should exit the thinking state or show a recoverable error.
Actual:
The request appears to stop, but the frontend remains stuck.
I can provide screenshot, HAR, and diagnostic JSON if needed.