Issue #21119
Can't create or delete People records
abandoned{
"data": {
"createPerson": null
},
"errors": [
{
"message": "Data validation error.",
"extensions": {
"code": "INTERNAL_SERVER_ERROR"
}
}
]
}
Agent made no changes
The agent reviewed the issue and the repo but decided not to commit anything. Common causes: the issue is already addressed on the branch, the description is ambiguous, or the agent could not locate the files to edit.
Suggested next step Open the PR thread below and leave a comment with more specific guidance (file paths, expected behaviour, examples). Gitgot will re-run the agent automatically with the comment as steering.
Technical details ↓
agent ran but produced no changes (exit 0) --- agent stdout tail --- [turn 1] grep → 1 matches [turn 1] grep → 43 matches [turn 2] read_file → 72 lines [turn 3] grep → 1 matches [turn 3] grep → 7 matches [turn 4] read_file → 8 lines [turn 4] read_file → 129 lines [turn 5] read_file → 263 lines [turn 6] bash_exec → exit=0 stdout_bytes=1267 stderr_bytes=0 [turn 7] bash_exec → exit=0 stdout_bytes=89 stderr_bytes=0 [turn 7] bash_exec → exit=0 stdout_bytes=89 stderr_bytes=0 [turn 8] bash_exec → exit=0 stdout_bytes=8192 stderr_bytes=0 truncated [turn 9] bash_exec → exit=0 stdout_bytes=4276 stderr_bytes=0 [turn 10] grep → 7 matches [turn 11] grep → 43 matches [turn 12] read_file → 416 lines [turn 13] grep → 4 matches [turn 14] grep → 0 matches [turn 15] grep → 30 matches [turn 16] grep → 21 matches [turn 17] read_file → 41 lines [turn 17] read_file → 31 lines [turn 17] read_file → 31 lines [turn 18] bash_exec → exit=0 stdout_bytes=89 stderr_bytes=0 [turn 19] bash_exec → exit=0 stdout_bytes=519 stderr_bytes=0 [turn 20] bash_exec → exit=0 stdout_bytes=0 stderr_bytes=0 [turn 21] grep → 2 matches [turn 22] grep → 6 matches [turn 23] read_file → 80 lines [turn 24] read_file → 36 lines [turn 25] grep → 0 matches [turn 26] grep → 43 matches [turn 27] read_file → 60 lines [turn 28] read_file → 715 lines [turn 29] grep → 16 matches [turn 30] read_file → 100 lines [turn 31] grep → 1 matches [turn 32] bash_exec → exit=0 stdout_bytes=169 stderr_bytes=0 [turn 33] read_file → 549 lines [turn 34] grep → 5 matches [turn 35] grep → 8 matches [turn 36] grep → 29 matches [turn 37] grep → 44 matches [turn 38] read_file → 140 lines [turn 39] grep → 33 matches [turn 40] read_file → 64 lines (max turns 40 reached)
Triggering a new request for this issue creates a fresh sandbox and a fresh agent run. Most abandoned states resolve on a clean retry — but if the failure suggests a config problem (missing API key, App not installed, etc.), fix the underlying cause first.
Verification runs after the agent commits and on every push to the PR branch. Nothing has run yet.
Get the code
Drive locally
Paste this into your local coding agent (Claude Code, Cursor, etc.) to continue iterating with full repo context.
You are continuing work on a draft PR for twentyhq/twenty, addressing issue #21119. Review gitgot's first-pass change on the PR branch, then: - run the project's lint/typecheck/test commands and fix anything broken - if the diff is wrong-headed, revert it and start fresh from the issue - keep the change tight; do not refactor unrelated code