Error "500" when searching

As per title and the printscreen below…
Am I doing something wrong?

An Error 500 (Internal Server Error) is a “catch-all” message. It basically means the server encountered an unexpected condition that prevented it from fulfilling your request, but the server can’t be more specific about what the exact problem is.
Think of it like a “Check Engine” light for a website—it tells you something is wrong under the hood, but not exactly which part is failing.

1 Like

Seems so…

The requestedUrl reveals exactly where the failure happened:
/similar_topics?title=Error+%22500%22+when+searching…
The server crashed while trying to process the logic for “similar topics.”

Thanks for reporting @alexpescaru

I can reproduce and will ask the team to fix it.

1 Like

The team has found the issue, we ran out of token allowance for the semantic search feature.

Two fixes underway;

  1. Moving to a new service that won’t run out
  2. Removing this overly aggressive error message when semantic search fails for some reason

Hopefully changes made and the error goes away in the next 24 hours (or much sooner)

1 Like

This should now be resolved, thanks again for the report @alexpescaru

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.