Skip to content

[Bug Report] Multiple regressions: Font rendering asset failure, broken keyword search, and generation timeouts #3930

Description

@slawomuy

Describe the bug

Over the past week, Chatbot Arena has encountered several critical UI/UX and functional regressions that heavily impact usability. These bugs persist across Windows 11 Pro on multiple browsers (Chrome, Edge, Firefox) including Incognito mode, confirming it is a server-side/CDN issue and not a local client cache problem.

Steps to reproduce & Details

  1. Font Rendering Asset Failure (UI Regression):

    • Symptom: The custom fonts fail to render, falling back to a raw, un-aliased system sans-serif font (as shown in the attached screenshot).
    • Technical note: Checking the browser's inspect tool shows that the font-family CSS rules are defined correctly, but the actual font assets are not loading or displaying. This points to a broken CDN link, expired SSL/CORS policies for assets, or missing font files on the host server.
  2. Broken Chat History Search:

    • Symptom: The search bar in the sidebar now strictly filters chats by their generated title.
    • Previous behavior: It used to perform a full-text keyword search across the entire conversation body, displaying a list of all chats containing that specific word.
  3. Infinite Generation & Timeout Errors:

    • Symptom: Models generate text indefinitely, eventually crashing with a response error.
    • Example Trace ID: f387b61df2b7d396ce546f9e50929ed8
  4. Broken Discord Invite:

    • Symptom: The Discord community links on the website are currently invalid or expired, blocking new users from joining.

Expected behavior

  • Web fonts should load correctly from the CDN/server assets.
  • Chat search should scan conversation contents, not just titles.
  • Stable text generation without constant Trace ID timeouts.
  • Updated, working Discord invite link.

Additional context

Tested on Windows 11 Pro across all major browsers. The issue is persistent and global.
(Attached screenshot demonstrating the font fallback issue)

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions