[GH-ISSUE #7530] [Bug]: Error message when adding a reconciliation transaction #28895

Open
opened 2026-04-18 05:38:14 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @crdavis12 on GitHub (Apr 17, 2026).
Original GitHub issue: https://github.com/actualbudget/actual/issues/7530

What happened?

When adding a reconciliation transaction I am getting an internal error message: "Something internally went wrong...". This happens after tabbing past the Payee field. I suspect this may be related to leaving the Payee empty, but that's just a hunch. Seems like this may be related to https://github.com/actualbudget/actual/issues/7424, but I'm not sure that it's the same issue.

Everything seems to work fine and I don't notice any bad behavior other than the error. Would be nice to understand why the error is there, and if it indicates something subtle that may cause me trouble later. If there is no issue then the error can be removed.

How can we reproduce the issue?

https://github.com/user-attachments/assets/0e3b34b6-785f-4d90-af6f-fb2304f4a64a

Where are you hosting Actual?

Locally via Yarn

What browsers are you seeing the problem on?

Firefox

Operating System

Windows 11

Originally created by @crdavis12 on GitHub (Apr 17, 2026). Original GitHub issue: https://github.com/actualbudget/actual/issues/7530 ### What happened? When adding a reconciliation transaction I am getting an internal error message: "Something internally went wrong...". This happens after tabbing past the Payee field. I suspect this may be related to leaving the Payee empty, but that's just a hunch. Seems like this may be related to https://github.com/actualbudget/actual/issues/7424, but I'm not sure that it's the same issue. Everything seems to work fine and I don't notice any bad behavior other than the error. Would be nice to understand why the error is there, and if it indicates something subtle that may cause me trouble later. If there is no issue then the error can be removed. ### How can we reproduce the issue? https://github.com/user-attachments/assets/0e3b34b6-785f-4d90-af6f-fb2304f4a64a ### Where are you hosting Actual? Locally via Yarn ### What browsers are you seeing the problem on? Firefox ### Operating System Windows 11
GiteaMirror added the user interfacebug labels 2026-04-18 05:38:14 -05:00
Author
Owner

@matt-fidd commented on GitHub (Apr 17, 2026):

I can replicate on edge, we should try to fix it before release, but it was present in 26.4 too.

[Exception] Error: Query value cannot be undefined
    at convertInputType (schema-helpers.ts:13:11)
    at schema-helpers.ts:140:34
    at Array.map (<anonymous>)
    at conform (schema-helpers.ts:112:8)
    at convertForUpdate (schema-helpers.ts:190:10)
    at updateWithSchema (index.ts:305:24)
    at updateTransaction$2 (index.ts:810:10)
    at index.ts:118:17
    at Array.map (<anonymous>)
    at index.ts:108:17
<!-- gh-comment-id:4267998308 --> @matt-fidd commented on GitHub (Apr 17, 2026): I can replicate on edge, we should try to fix it before release, but it was present in 26.4 too. ``` [Exception] Error: Query value cannot be undefined at convertInputType (schema-helpers.ts:13:11) at schema-helpers.ts:140:34 at Array.map (&lt;anonymous&gt;) at conform (schema-helpers.ts:112:8) at convertForUpdate (schema-helpers.ts:190:10) at updateWithSchema (index.ts:305:24) at updateTransaction$2 (index.ts:810:10) at index.ts:118:17 at Array.map (&lt;anonymous&gt;) at index.ts:108:17 ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#28895