Troubleshooting

The most common questions and what to do about them. Email support if your problem isn't here.

Most common cause: your organisation requires admin consent for new applications. Knowledge requests only the minimum scopes (sign-in + basic profile), but corporate policy may still require an IT-admin tick.

What to do:

Upload is stuck at "queued"

The background worker isn't running, or the queue is backlogged.

Upload failed: "Extractor produced no text"

The file is probably a scanned PDF (image-only, no text layer) and OCR couldn't find any text. Two paths forward:

"Search returns nothing" — but I know the answer is in there

Five things to check, in order of likelihood:

  1. Project scope. Is the search scoped to a project that doesn't contain the document? Clear the scope and try again.
  2. Permissions. Are you a member of the project? Members only see projects they belong to. (Workspace admins see everything.)
  3. Did the doc finish processing? Library → check the document's status. Documents only become searchable once status is completed.
  4. Wording. Try synonyms. Semantic search handles paraphrase but isn't magic — "passive income" won't find a doc that's only ever called it "interest revenue."
  5. Embedding failed. Rare. If a chunk's embedding errored at indexing time (e.g. Gemini rate limit), the fallback FULLTEXT pool should still find it on keyword match. If a tenant admin runs the diagnose page they'll see counts of missing embeddings.

The answer is wrong — the model invented something

This is what citations are for. Open the cited source: if the passage actually says what the model claimed, the answer is grounded but maybe wrong (the source is wrong). If the passage doesn't say what the model claimed, that's hallucination — three things to do:

"402 — plan limit reached" on upload / search / agent run

You hit a quota for your current plan. The toast usually says exactly which one (documents, storage, generations, projects, members). Two paths:

Office add-in: "401 — unauthorised" / "Agent not found"

Excel add-in: rows process slowly

Each row is a separate API call to a language model — there's a hard floor of 1-3 seconds per row (standard model) or 5-15 seconds (premium model). For a 200-row questionnaire that's 10-50 minutes total. Behaviour, not a bug.

If it's much slower than that:

"I can't find the Word / Excel ribbon button"

The add-in was installed but Office hasn't picked it up yet. Two fixes:

"Removed a teammate but they still appear"

Their session is invalidated on the next request, but cached state in their browser doesn't clear immediately. They'll be signed out within 30 seconds and won't be able to sign back in. If you have an immediate concern (e.g. departure under bad terms), additionally rotate any agent keys they had access to (Agents → key list → revoke).

"Where do I download the data we put into Knowledge?"

Two paths:

Still stuck?

Email support@olyteck.com with:

Weekdays we typically respond within a few hours.