Reported by stakeholder
Nancy King, Office Manager at Voices for Children Montgomery, reports via email:
Volunteers, Case Supervisors, and myself are getting the following error when trying to generate a report on the tracking form. I have tried Microsoft Edge and Google Chrome.
Note: the actual error text/screenshot did not come through in the email we received, so the specific failure is not yet known. We have asked for a follow-up with the exact message.
Impact
- Affects all roles at this org (volunteers, case supervisors, and org staff), not one user.
- Reproduces in both Edge and Chrome, so it is unlikely to be browser-specific.
Info still needed
Triage pointers
If it is the court report .docx generation, the relevant path is
CaseCourtReportsController#generate (app/controllers/case_court_reports_controller.rb),
which renders JSON and surfaces e.to_s to the user for any unhandled error, plus a
"Template is not found" message on Zip::Error. Voices for Children Montgomery uses a
custom court report template (see closed #1826 / #2265 / #3698), so a template/placeholder
mismatch is worth ruling out — app/documents/templates/montgomery_report_template.docx.
If it is a CSV export, the relevant services are under app/services/*_export_csv_service.rb.
Related history (all closed, for context)
Reported by stakeholder
Nancy King, Office Manager at Voices for Children Montgomery, reports via email:
Note: the actual error text/screenshot did not come through in the email we received, so the specific failure is not yet known. We have asked for a follow-up with the exact message.
Impact
Info still needed
/case_court_reports) → "Generate Report" (produces the .docx)/reports) → one of the CSV exportsTriage pointers
If it is the court report .docx generation, the relevant path is
CaseCourtReportsController#generate(app/controllers/case_court_reports_controller.rb),which renders JSON and surfaces
e.to_sto the user for any unhandled error, plus a"Template is not found" message on
Zip::Error. Voices for Children Montgomery uses acustom court report template (see closed #1826 / #2265 / #3698), so a template/placeholder
mismatch is worth ruling out —
app/documents/templates/montgomery_report_template.docx.If it is a CSV export, the relevant services are under
app/services/*_export_csv_service.rb.Related history (all closed, for context)