Troubleshooting
Installation & Startup
Section titled “Installation & Startup””Certum Draft is damaged and can’t be opened”
Section titled “”Certum Draft is damaged and can’t be opened””This happens when macOS blocks apps from unidentified developers.
Solution:
- Right-click the app in Finder
- Select Open from the context menu
- Click Open in the dialog that appears
App won’t launch after update
Section titled “App won’t launch after update”- Open Finder
- Go to Applications
- Right-click Certum Draft and select Move to Bin
- Download a fresh copy from certum.serkowski.net
- Install again
Document Engine setup fails
Section titled “Document Engine setup fails”The Python environment setup requires an internet connection.
- Check your internet connection
- If using a VPN, try disconnecting temporarily
- Go to Preferences → General → Factory Reset
- Relaunch Certum Draft to retry setup
License Issues
Section titled “License Issues””Invalid license key”
Section titled “”Invalid license key””Check that:
- You copied the entire key (no spaces at start/end)
- The email matches the one associated with your license
- Your license hasn’t expired
Need a new license key
Section titled “Need a new license key”Contact [email protected] with your registered email address.
Templates
Section titled “Templates”Template doesn’t appear in list
Section titled “Template doesn’t appear in list”- Go to Preferences → Templates
- Check the Templates folder location is correct
- Click Reload Templates
- Verify the template folder contains a valid
matter.json
”No templates found”
Section titled “”No templates found””Your Templates folder is empty or misconfigured.
- Open Preferences → Templates
- Click Choose next to Templates Folder
- Select the folder containing your template subfolders
Template validation shows errors
Section titled “Template validation shows errors”- Go to Preferences → Templates → Test Templates
- Note which templates have errors
- Check the
matter.jsonfile for that template - Use a JSON validator to find syntax errors
”No Template Available”
Section titled “”No Template Available””The template cannot be read from the templates folder.
Causes:
- Dropbox Smart Sync has evicted the template files (they show as “online only”)
- The network drive containing templates is offline
- The template folder was moved or renamed
Solution:
- Open Finder and navigate to your Templates folder
- Check that the template subfolder and its
matter.jsonare fully downloaded (not cloud-only placeholders) - If using Dropbox, right-click the template folder and select Make available offline
- Restart Certum Draft to refresh the template cache
Institution search shows 0 results
Section titled “Institution search shows 0 results”The bundled institution catalog failed to load.
Solution:
- Open Console.app and filter for “Certum Draft”
- Look for errors related to institution catalog loading
- Restart Certum Draft — the catalog loads at launch
- If the problem persists, reinstall Certum Draft to restore the bundled catalog
Template changes not appearing
Section titled “Template changes not appearing”The template cache may be serving a stale version.
Solution:
- Ensure the updated
matter.jsonis fully synced to disk (check Dropbox sync status) - Restart Certum Draft to force a cache refresh
- Verify the changes by opening a matter of that type
Compliance tab not showing
Section titled “Compliance tab not showing”The Compliance/AML tab only appears on matter types that include a “Compliance” stage in their workflow_stages array.
Affected templates: Purchase of Land, Sale of Land, and Estates include a Compliance stage by default. Wills, Advice, and Lease templates do not.
If you need a Compliance stage on a template that lacks one, add "Compliance" to the workflow_stages array in the template’s matter.json and assign blocks to it with "workflow_stage": "Compliance".
Document Generation
Section titled “Document Generation”Placeholder shows [MISSING: field_name]
Section titled “Placeholder shows [MISSING: field_name]”The template references a field that doesn’t have a value.
Causes:
- Field wasn’t filled in when creating the matter
- Field name in template doesn’t match
matter.json - Field is in a different block than expected
Solution:
- Open File → Edit Matter Details
- Fill in the missing field
- Save and regenerate the document
Missing fields in generated documents
Section titled “Missing fields in generated documents”Some placeholders appear as blank or [MISSING: ...] even though data was entered.
Causes:
- The field key in the
.docxtemplate does not match the key inmatter.json - The field uses a legacy PascalCase variable name (e.g.,
Client_Surname) instead of dot-notation (client.surname) - The field is in a different block than the template expects
Solution:
- Open the
.docxtemplate and check the placeholder name (e.g.,{{ client.surname }}) - Open the corresponding
matter.jsonand verify that the field key matches exactly - Ensure the block prefix matches —
{{ client.surname }}expects a field with keyclient.surname, notmatter.surname - If the template uses legacy PascalCase variables, convert them to dot-notation
Documents don’t generate
Section titled “Documents don’t generate”Check that:
- The matter folder contains a valid matter file
- You have write permission to the matter folder
- The document templates exist in the Precedents folder
Wrong information in document
Section titled “Wrong information in document”- Open File → Edit Matter Details
- Correct the incorrect information
- Save changes
- Regenerate the document
Finder Integration
Section titled “Finder Integration”Services options don’t appear
Section titled “Services options don’t appear”- Open Certum Draft at least once (to register services)
- Hold ⌥ (Option)
- Right-click Finder in the Dock
- Select Relaunch
- Try right-clicking a folder again
”Generate Documents” is greyed out
Section titled “”Generate Documents” is greyed out”The selected folder isn’t a valid matter folder.
- Make sure you’re clicking on the matter folder itself
- The folder must contain a
*-matter.jsonfile
File & Folder Issues
Section titled “File & Folder Issues”Matter folder won’t create
Section titled “Matter folder won’t create”Check that:
- You have write permission to the destination folder
- The destination isn’t full or read-only
- No folder with the same name already exists
Can’t save matter details
Section titled “Can’t save matter details”- Check the matter folder isn’t locked or read-only
- Close any other apps that might have the file open
- Try copying the matter folder to your Desktop, then editing
Files are locked by another user
Section titled “Files are locked by another user”When working on shared drives, another user may have the matter locked.
- Wait for them to finish
- Or ask them to close the matter
- The lock expires after 10 minutes of inactivity
Performance
Section titled “Performance”App is slow to start
Section titled “App is slow to start”If you have many templates:
- Go to Preferences → Templates
- Turn off Validate templates on startup
- Relaunch the app
Document generation is slow
Section titled “Document generation is slow”Large templates or many documents take longer.
- Try generating fewer documents at once
- Close other applications to free up memory
Getting More Help
Section titled “Getting More Help”If you can’t resolve an issue:
- Check the logs — Open Console.app and search for “Certum Draft”
- Email support — [email protected] with:
- Description of the problem
- What you’ve tried
- Any error messages
- Your macOS version