Skip to content

Troubleshooting

The most common problems and what to do about them. If your issue isn't here, sign in and use Give Feedback in the ⋮ menu.

The render preview is showing an error

The Quillmark engine validates frontmatter before producing the PDF. The diagnostic names the offending field — e.g., letterhead_caption — with a short reason, an error code, and (where available) a line and column.

Read the diagnostic, fix the field, and the preview updates automatically. Common causes:

  • A required field is empty.
  • A list field has a scalar value (or vice versa).
  • An unknown key is set, in a Quill that doesn't accept it. (This is usually a warning, not an error — but some Quills are strict.)

If you can't tell what's wrong, switch to Advanced Mode and look at the raw frontmatter directly.

Office symbols are in the wrong case

The renderer uppercases office symbols on the MEMORANDUM FOR line automatically. If you're seeing mixed case in the preview, you may be looking at a field that isn't auto-uppercased — memo_from, references, or the signature block. Hand-uppercase those fields if your template expects all caps.

The wrong seal is in the letterhead

letterhead_seal picks it: dow (Department of War, the default) or dod (Department of Defense).

Indorsements won't fit on one page

For LOCs in particular, the default 12pt font often spills onto a second page. Drop font_size on the root frontmatter to 11 (or a decimal like 11.5). See Indorsements § Fitting indorsements on one page.

My document disappeared from the sidebar

The most common causes:

  • You were in guest mode and cleared your browser data. Guest documents are saved in browser storage on a single device. Sign in to persist documents server-side.
  • You're signed in to a different account. GitHub and Google sign-ins are separate identities — a document saved under one isn't visible under the other.
  • You deleted it. Deletion is immediate and not recoverable through the UI.

The export button is disabled

Export needs a preview that rendered successfully — that's the only condition. Either the render failed (read the preview's diagnostic and fix the field it names) or it hasn't finished yet, so give it a moment.

I imported a template but it's empty or broken

The template's source document may have been deleted or unpublished after you imported. Re-import; if the template is gone, contact the template owner.

Sign-in keeps redirecting in a loop

Usually a third-party cookie issue. Allow cookies for the TongueToQuill domain (and its OAuth provider — github.com or accounts.google.com) and retry. Private/incognito windows often block these.

The MCP connector isn't responding

Verify:

  • The deployment supports MCP. Not every TongueToQuill instance has the MCP endpoint enabled. Try https://<deployment>/mcp directly — a connected instance accepts MCP-shaped POST requests.
  • Your MCP client supports Streamable HTTP with JSON responses (not SSE).
  • Your draft validates. create_document surfaces validation diagnostics as plain text in the response — read the message, fix the field, and retry.
  • The value passes the deployment's field policy. A classification above what the instance allows is rejected at create_document, not at render.

My font looks wrong in the export

Letterhead and signature fonts are part of the Quill. They are not user-configurable. If the export font looks off:

  • Open the rendered PDF in a different viewer. Some browsers' built-in PDF viewers substitute fonts at preview time but embed the right ones at print time.
  • If the issue persists after downloading the file, it's a Quill bug. Send feedback with the document ID and a screenshot.

"Content size exceeds maximum"

The limit is 524,288 bytes (512 KB) per document. Most memos are under 10 KB; if you're hitting the cap:

  • Split the content into multiple documents.
  • Move large reference material out of the document body and link to it.

My published template is showing the wrong content

Templates are snapshots. Edits to the source document don't propagate until you republish from that document. If users are seeing stale content, republish.

Something else

Sign in, open Give Feedback from the ⋮ menu in the top bar, and include:

  • What you did.
  • What happened.
  • What you expected.
  • A document ID if applicable.