HealthLog version
v1.38.24
Deployment type
Self-hosted (Docker)
What happened?
Getting an error message Could not save. Try again. while adding Symptoms to a Cycle.
B.T.W. the Cycle successfully saves if I do not add any Symptoms.
Expected behavior
The Cycle should be saved when Symptoms are added
Steps to reproduce
- Login into HealthLog (as a Female user)
- Navigate to Cycle
- Click on a Date (September 17th, 2026 for this screenshot)
- Select Flow
- Select Symptoms (Cramps and Back pain for this screenshot)
- Click on Save
Relevant logs / screenshots
{
"timestamp": "2026-09-18T15:21:23.899Z",
"request_id": "4672b66c-7336-4cb2-b7c4-79cfbf178cf9",
"trace_id": "3b3609b0-d1c9-493d-b612-ec943fd8a204",
"kind": "http",
"service": "healthlog",
"environment": "production",
"deploy": {
"node_version": "v22.23.1",
"hostname": "<redacted>"
},
"level": "warn",
"http": {
"method": "PATCH",
"path": "/api/cycle/day-logs/cmu73vtdw004p01o7vhj4oadg",
"route": "/api/cycle/day-logs/cmu73vtdw004p01o7vhj4oadg",
"status": 422,
"user_agent": "Mozilla/5.0 (X11; Linux x86_64; rv:155.0) Gecko/20100101 Firefox/155.0",
"ip": "<redacted>"
},
"auth": {
"user_id": "<redacted>",
"user_role": "USER",
"auth_method": "session",
"record_context": {
"epoch": 0,
"scope": null
},
"provider_work_authority": {
"origin": "owner",
"recordUserId": "<redacted>",
"actorUserId": "<redacted>",
"grantId": null
}
},
"action": {
"name": "cycle.day-log.patch.validation-failed"
},
"meta": {
"issue_count": 2
},
"duration_ms": 29,
"runtime": {
"loop_max_ms": 0.4,
"loop_last_ms": 0
}
}
Browser / OS (if applicable)
Mozilla Firefox 155.0.1 (64-bit) on Ubuntu 24.04
Pre-flight checks
HealthLog version
v1.38.24
Deployment type
Self-hosted (Docker)
What happened?
Getting an error message
Could not save. Try again.while adding Symptoms to a Cycle.B.T.W. the Cycle successfully saves if I do not add any Symptoms.
Expected behavior
The Cycle should be saved when Symptoms are added
Steps to reproduce
Relevant logs / screenshots
{ "timestamp": "2026-09-18T15:21:23.899Z", "request_id": "4672b66c-7336-4cb2-b7c4-79cfbf178cf9", "trace_id": "3b3609b0-d1c9-493d-b612-ec943fd8a204", "kind": "http", "service": "healthlog", "environment": "production", "deploy": { "node_version": "v22.23.1", "hostname": "<redacted>" }, "level": "warn", "http": { "method": "PATCH", "path": "/api/cycle/day-logs/cmu73vtdw004p01o7vhj4oadg", "route": "/api/cycle/day-logs/cmu73vtdw004p01o7vhj4oadg", "status": 422, "user_agent": "Mozilla/5.0 (X11; Linux x86_64; rv:155.0) Gecko/20100101 Firefox/155.0", "ip": "<redacted>" }, "auth": { "user_id": "<redacted>", "user_role": "USER", "auth_method": "session", "record_context": { "epoch": 0, "scope": null }, "provider_work_authority": { "origin": "owner", "recordUserId": "<redacted>", "actorUserId": "<redacted>", "grantId": null } }, "action": { "name": "cycle.day-log.patch.validation-failed" }, "meta": { "issue_count": 2 }, "duration_ms": 29, "runtime": { "loop_max_ms": 0.4, "loop_last_ms": 0 } }Browser / OS (if applicable)
Mozilla Firefox 155.0.1 (64-bit) on Ubuntu 24.04
Pre-flight checks