[GH-ISSUE #5581] [NOT BUG]: have the API's Changed #5177

Closed
opened 2026-06-05 14:52:29 -04:00 by yindo · 1 comment
Owner

Originally created by @ohromeo on GitHub (May 5, 2026).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5581

How are you running AnythingLLM?

Docker (remote machine)

What happened?

v1.12.1

i'm losing my mind, literally yesterday, my custom ai front-end that calls the ALLM api's was workng, now today its
failing attempting to create/access workspaces:

{success: false, error: "AI service error: Failed to create workspace"}
error: "AI service error: Failed to create workspace"
success: false

this was workng 100000% the other day, i don't remember chaning anything that would break it at this stage, or chaning the model caused this, but evey model i try fails.

has something changed in the api's? (not a pro programmer), before i go on the debugging adventure. the only thing i changed was i loaded a few local models in ollama, but not sure if that would affect this?

thanks!
ohR

Are there known steps to reproduce?

No response

LLM Provider & Model (if applicable)

No response

Embedder Provider & Model (if applicable)

No response

Originally created by @ohromeo on GitHub (May 5, 2026). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5581 ### How are you running AnythingLLM? Docker (remote machine) ### What happened? v1.12.1 i'm losing my mind, literally yesterday, my custom ai front-end that calls the ALLM api's was workng, now today its failing attempting to create/access workspaces: {success: false, error: "AI service error: Failed to create workspace"} error: "AI service error: Failed to create workspace" success: false this was workng 100000% the other day, i don't remember chaning anything that would break it at this stage, or chaning the model caused this, but evey model i try fails. has something changed in the api's? (not a pro programmer), before i go on the debugging adventure. the only thing i changed was i loaded a few local models in ollama, but not sure if that would affect this? thanks! ohR ### Are there known steps to reproduce? _No response_ ### LLM Provider & Model (if applicable) _No response_ ### Embedder Provider & Model (if applicable) _No response_
yindo added the possible bugneeds info / can't replicate labels 2026-06-05 14:52:29 -04:00
yindo closed this issue 2026-06-05 14:52:29 -04:00
Author
Owner

@timothycarambat commented on GitHub (May 9, 2026):

Between 1.12.1 and now the APIs are largely the same. Can you share the specific error (and possibly code if that is OK) so we can trace the diff here?

We are very careful to not break the API and make it backward compat because it does exactly this (drives people crazy).

Let me know and then we can go from there with triage

<!-- gh-comment-id:4413981364 --> @timothycarambat commented on GitHub (May 9, 2026): Between 1.12.1 and now the APIs are largely the same. Can you share the specific error (and possibly code if that is OK) so we can trace the diff here? We are very careful to not break the API and make it backward compat because it does exactly this (drives people crazy). Let me know and then we can go from there with triage
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#5177