[GH-ISSUE #2241] [Bug]: RangeError: Maximum call stack size exceeded. when openning the application #15121

Closed
opened 2026-04-14 17:59:02 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @lelemm on GitHub (Jan 17, 2024).
Original GitHub issue: https://github.com/actualbudget/actual/issues/2241

Verified issue does not already exist?

  • I have searched and found no existing issue

What happened?

I just started using Actual. Imported some OFX with no problems, then I imported an CSV, categorized its transactions. Tried to go to budget, this error starts happening. Now I'm unable to open the application at all.

What error did you receive?

graph-data-structure.ts:79 Uncaught (in promise) RangeError: Maximum call stack size exceeded
at ep (graph-data-structure.ts:79:13)
at ep (graph-data-structure.ts:85:9)
at ep (graph-data-structure.ts:85:9)
at ep (graph-data-structure.ts:85:9)
at ep (graph-data-structure.ts:85:9)
at ep (graph-data-structure.ts:85:9)
at ep (graph-data-structure.ts:85:9)
at ep (graph-data-structure.ts:85:9)
at ep (graph-data-structure.ts:85:9)
at ep (graph-data-structure.ts:85:9)

Where are you hosting Actual?

Docker

What browsers are you seeing the problem on?

Chrome, Microsoft Edge

Operating System

Windows 11

Originally created by @lelemm on GitHub (Jan 17, 2024). Original GitHub issue: https://github.com/actualbudget/actual/issues/2241 ### Verified issue does not already exist? - [X] I have searched and found no existing issue ### What happened? I just started using Actual. Imported some OFX with no problems, then I imported an CSV, categorized its transactions. Tried to go to budget, this error starts happening. Now I'm unable to open the application at all. ### What error did you receive? graph-data-structure.ts:79 Uncaught (in promise) RangeError: Maximum call stack size exceeded at ep (graph-data-structure.ts:79:13) at ep (graph-data-structure.ts:85:9) at ep (graph-data-structure.ts:85:9) at ep (graph-data-structure.ts:85:9) at ep (graph-data-structure.ts:85:9) at ep (graph-data-structure.ts:85:9) at ep (graph-data-structure.ts:85:9) at ep (graph-data-structure.ts:85:9) at ep (graph-data-structure.ts:85:9) at ep (graph-data-structure.ts:85:9) ### Where are you hosting Actual? Docker ### What browsers are you seeing the problem on? Chrome, Microsoft Edge ### Operating System Windows 11
GiteaMirror added the transaction importbugneeds info labels 2026-04-14 17:59:02 -05:00
Author
Owner

@lelemm commented on GitHub (Jan 17, 2024):

I was able to isolate the problem.
The CSV that I was importing from the bank had the following date: 1/1/1901
When this transaction is imported, it breaks the application

<!-- gh-comment-id:1895684508 --> @lelemm commented on GitHub (Jan 17, 2024): I was able to isolate the problem. The CSV that I was importing from the bank had the following date: 1/1/1901 When this transaction is imported, it breaks the application
Author
Owner

@MatissJanis commented on GitHub (Jan 19, 2024):

👋 Could you please share an example CSV file so we could reproduce?

Thanks!

<!-- gh-comment-id:1900001425 --> @MatissJanis commented on GitHub (Jan 19, 2024): 👋 Could you please share an example CSV file so we could reproduce? Thanks!
Author
Owner

@MatissJanis commented on GitHub (Feb 1, 2024):

Closing due to lack of information.

<!-- gh-comment-id:1921405202 --> @MatissJanis commented on GitHub (Feb 1, 2024): Closing due to lack of information.
Author
Owner

@lelemm commented on GitHub (Feb 5, 2024):

Sorry for the delay.
I imported the CSV like this:
image

crash.csv

Please, do not import this CSV at your production env :)

<!-- gh-comment-id:1926826206 --> @lelemm commented on GitHub (Feb 5, 2024): Sorry for the delay. I imported the CSV like this: ![image](https://github.com/actualbudget/actual/assets/15043428/a461ef43-26d7-4419-99bd-f806293c51f0) [crash.csv](https://github.com/actualbudget/actual/files/14165218/crash.csv) Please, do not import this CSV at your production env :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#15121