[Bug]:Syncing issue with SimpleFin #2354

Closed
opened 2026-02-28 20:11:41 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @smorgen on GitHub (Aug 4, 2025).

Verified issue does not already exist?

  • I have searched and found no existing issue

What happened?

A bug happened! Account sync with simplefin is failing; in the console I can see the data being retrieved from simplefin but it is erroring out in actual budget.

Image

index.ts:3 Syncing since 2025-08-04T19:35:51.891Z-0000-87463f0ee7f99dc4 0 (attempt: 0)
index.ts:3 Got messages from server 0
i18n.ts:60 Unknown locale en-US, falling back to en
accountsSlice.ts:290 Using SimpleFin batch sync
app.ts:991 Bank Sync operation for all SimpleFin accounts
sync.ts:198 Pulling transactions from SimpleFin
sync.ts:255 Response: {ACT-2fcc64cf-841a-402a-9e43-5efb59f36a86: {…}, ACT-88e46f56-741b-41ae-be0a-391056c7bae5: {…}, ACT-f3247dfc-1627-49b2-89ff-cb37c2b7bd1e: {…}, ACT-ad65135c-910d-4891-8994-42e790c0cde4: {…}, ACT-9fd13397-103d-4017-a555-dcdbfba6e9e7: {…}, …}ACT-2fcc64cf-841a-402a-9e43-5efb59f36a86: {transactions: Array(114), accountBalance: Array(2), startingBalance: 2275464}ACT-9fd13397-103d-4017-a555-dcdbfba6e9e7: {transactions: Array(18), accountBalance: Array(2), startingBalance: -51963}ACT-55b0d68f-74ba-43d9-8e1e-d07e8a6de37b: {transactions: Array(6), accountBalance: Array(2), startingBalance: -6831}ACT-88e46f56-741b-41ae-be0a-391056c7bae5: {transactions: Array(5), accountBalance: Array(2), startingBalance: 587636}ACT-539c3ee8-3a20-4c9b-9f5c-d87f0743d4c1: {transactions: Array(19), accountBalance: Array(2), startingBalance: -15948}ACT-ad65135c-910d-4891-8994-42e790c0cde4: {transactions: Array(18), accountBalance: Array(2), startingBalance: -37477}ACT-be3d2416-9d2b-4c72-abe8-d956bc31dee6: {transactions: Array(5), accountBalance: Array(2), startingBalance: -2000, error_type: 'ACCOUNT_NEEDS_ATTENTION', error_code: 'ACCOUNT_NEEDS_ATTENTION'}ACT-c11da4e9-235f-45a1-93f6-836725626697: {transactions: Array(0), accountBalance: Array(2), startingBalance: -14860, error_type: 'ACCOUNT_NEEDS_ATTENTION', error_code: 'ACCOUNT_NEEDS_ATTENTION'}ACT-f3247dfc-1627-49b2-89ff-cb37c2b7bd1e: {transactions: Array(305), accountBalance: Array(2), startingBalance: -1285053}Prototype: Object
sync.ts:490 Performing transaction reconciliation
sync.ts:619 Performing transaction reconciliation matching
Notifications.tsx:116 Internal error: TypeError: Cannot read properties of undefined (reading 'error_code')
at simpleFinBatchSync (https://maize-lyrebird.pikapod.net/kcab/kcab.worker.f6116176ad5ec83edc07.js:323:4871)
at async app_simpleFinBatchSync (https://maize-lyrebird.pikapod.net/kcab/kcab.worker.f6116176ad5ec83edc07.js:337:170)
(anonymous) @ Notifications.tsx:116

(anonymous) @ react-dom-client.production.js:11643
Notifications.tsx:116 Internal error: TypeError: Cannot read properties of undefined (reading 'error_code')
at simpleFinBatchSync (https://maize-lyrebird.pikapod.net/kcab/kcab.worker.f6116176ad5ec83edc07.js:323:4871)
at async app_simpleFinBatchSync (https://maize-lyrebird.pikapod.net/kcab/kcab.worker.f6116176ad5ec83edc07.js:337:170)

How can we reproduce the issue?

How can we reproduce the issue?
I just request a bank sync and get these issues

Where are you hosting Actual?

Pikapods

What browsers are you seeing the problem on?

Chrome

Operating System

Mac OSX

Originally created by @smorgen on GitHub (Aug 4, 2025). ### Verified issue does not already exist? - [x] I have searched and found no existing issue ### What happened? A bug happened! Account sync with simplefin is failing; in the console I can see the data being retrieved from simplefin but it is erroring out in actual budget. <img width="1135" height="855" alt="Image" src="https://github.com/user-attachments/assets/538c44cf-57e1-4637-9b7c-6768dec7c9a0" /> index.ts:3 Syncing since 2025-08-04T19:35:51.891Z-0000-87463f0ee7f99dc4 0 (attempt: 0) index.ts:3 Got messages from server 0 i18n.ts:60 Unknown locale en-US, falling back to en accountsSlice.ts:290 Using SimpleFin batch sync app.ts:991 Bank Sync operation for all SimpleFin accounts sync.ts:198 Pulling transactions from SimpleFin sync.ts:255 Response: {ACT-2fcc64cf-841a-402a-9e43-5efb59f36a86: {…}, ACT-88e46f56-741b-41ae-be0a-391056c7bae5: {…}, ACT-f3247dfc-1627-49b2-89ff-cb37c2b7bd1e: {…}, ACT-ad65135c-910d-4891-8994-42e790c0cde4: {…}, ACT-9fd13397-103d-4017-a555-dcdbfba6e9e7: {…}, …}ACT-2fcc64cf-841a-402a-9e43-5efb59f36a86: {transactions: Array(114), accountBalance: Array(2), startingBalance: 2275464}ACT-9fd13397-103d-4017-a555-dcdbfba6e9e7: {transactions: Array(18), accountBalance: Array(2), startingBalance: -51963}ACT-55b0d68f-74ba-43d9-8e1e-d07e8a6de37b: {transactions: Array(6), accountBalance: Array(2), startingBalance: -6831}ACT-88e46f56-741b-41ae-be0a-391056c7bae5: {transactions: Array(5), accountBalance: Array(2), startingBalance: 587636}ACT-539c3ee8-3a20-4c9b-9f5c-d87f0743d4c1: {transactions: Array(19), accountBalance: Array(2), startingBalance: -15948}ACT-ad65135c-910d-4891-8994-42e790c0cde4: {transactions: Array(18), accountBalance: Array(2), startingBalance: -37477}ACT-be3d2416-9d2b-4c72-abe8-d956bc31dee6: {transactions: Array(5), accountBalance: Array(2), startingBalance: -2000, error_type: 'ACCOUNT_NEEDS_ATTENTION', error_code: 'ACCOUNT_NEEDS_ATTENTION'}ACT-c11da4e9-235f-45a1-93f6-836725626697: {transactions: Array(0), accountBalance: Array(2), startingBalance: -14860, error_type: 'ACCOUNT_NEEDS_ATTENTION', error_code: 'ACCOUNT_NEEDS_ATTENTION'}ACT-f3247dfc-1627-49b2-89ff-cb37c2b7bd1e: {transactions: Array(305), accountBalance: Array(2), startingBalance: -1285053}[[Prototype]]: Object sync.ts:490 Performing transaction reconciliation sync.ts:619 Performing transaction reconciliation matching Notifications.tsx:116 Internal error: TypeError: Cannot read properties of undefined (reading 'error_code') at simpleFinBatchSync (https://maize-lyrebird.pikapod.net/kcab/kcab.worker.f6116176ad5ec83edc07.js:323:4871) at async app_simpleFinBatchSync (https://maize-lyrebird.pikapod.net/kcab/kcab.worker.f6116176ad5ec83edc07.js:337:170) (anonymous) @ Notifications.tsx:116 (anonymous) @ react-dom-client.production.js:11643 Notifications.tsx:116 Internal error: TypeError: Cannot read properties of undefined (reading 'error_code') at simpleFinBatchSync (https://maize-lyrebird.pikapod.net/kcab/kcab.worker.f6116176ad5ec83edc07.js:323:4871) at async app_simpleFinBatchSync (https://maize-lyrebird.pikapod.net/kcab/kcab.worker.f6116176ad5ec83edc07.js:337:170) ### How can we reproduce the issue? How can we reproduce the issue? I just request a bank sync and get these issues ### Where are you hosting Actual? Pikapods ### What browsers are you seeing the problem on? Chrome ### Operating System Mac OSX
GiteaMirror added the bug label 2026-02-28 20:11:41 -06:00
Author
Owner

@matt-fidd commented on GitHub (Aug 6, 2025):

For bank sync issues please reach out on Discord

@matt-fidd commented on GitHub (Aug 6, 2025): For bank sync issues please reach out on Discord
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#2354