[GH-ISSUE #5276] [Bug]: Fatal Error in UI: TypeError: e.split is not a function at CCe #16489

Closed
opened 2026-04-14 19:33:39 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @antontiha on GitHub (Jul 3, 2025).
Original GitHub issue: https://github.com/actualbudget/actual/issues/5276

Verified issue does not already exist?

  • I have searched and found no existing issue

What happened?

Fata Error in the UI, with the following error message:

TypeError: e.split is not a function at CCe (https://actual.domain.com/static/js/index.KFOXJqYC.js:58:88993) at Co (https://actual.domain.com/static/js/index.KFOXJqYC.js:58:88240) at fR (https://actual.domain.com/static/js/index.KFOXJqYC.js:308:54622) at https://actual.domain.com/static/js/index.KFOXJqYC.js:308:64930 at cb (https://actual.domain.com/static/js/index.KFOXJqYC.js:57:39161) at Object.useState (https://actual.domain.com/static/js/index.KFOXJqYC.js:57:46820) at vn.useState (https://actual.domain.com/static/js/index.KFOXJqYC.js:18:7660) at https://actual.domain.com/static/js/index.KFOXJqYC.js:308:64917 at xw (https://actual.domain.com/static/js/index.KFOXJqYC.js:57:34271) at Uh (https://actual.domain.com/static/js/index.KFOXJqYC.js:57:63088)
(Replaced the domain I'm hosting on, just not expose that to the wider internet)

Occurs when I go to 'All accounts', until recently it occurred when going only to a specific account(before 25.7.0).
I'm self-hosting on Google Cloud Run and updated to 25.7.0 today.

  • No errors in the server logs.
  • Budget cache has been reset
  • Transactions has been repaired

How can we reproduce the issue?

I'm not sure what is causing the issue.
I might have a split transaction, but I don't remember and can't see since I can't access the account-overview.

Where are you hosting Actual?

Docker

What browsers are you seeing the problem on?

Chrome

Operating System

Windows 11

Originally created by @antontiha on GitHub (Jul 3, 2025). Original GitHub issue: https://github.com/actualbudget/actual/issues/5276 ### Verified issue does not already exist? - [x] I have searched and found no existing issue ### What happened? Fata Error in the UI, with the following error message: `TypeError: e.split is not a function at CCe (https://actual.domain.com/static/js/index.KFOXJqYC.js:58:88993) at Co (https://actual.domain.com/static/js/index.KFOXJqYC.js:58:88240) at fR (https://actual.domain.com/static/js/index.KFOXJqYC.js:308:54622) at https://actual.domain.com/static/js/index.KFOXJqYC.js:308:64930 at cb (https://actual.domain.com/static/js/index.KFOXJqYC.js:57:39161) at Object.useState (https://actual.domain.com/static/js/index.KFOXJqYC.js:57:46820) at vn.useState (https://actual.domain.com/static/js/index.KFOXJqYC.js:18:7660) at https://actual.domain.com/static/js/index.KFOXJqYC.js:308:64917 at xw (https://actual.domain.com/static/js/index.KFOXJqYC.js:57:34271) at Uh (https://actual.domain.com/static/js/index.KFOXJqYC.js:57:63088) ` (Replaced the domain I'm hosting on, just not expose that to the wider internet) Occurs when I go to 'All accounts', until recently it occurred when going only to a specific account(before 25.7.0). I'm self-hosting on Google Cloud Run and updated to 25.7.0 today. - No errors in the server logs. - Budget cache has been reset - Transactions has been repaired ### How can we reproduce the issue? I'm not sure what is causing the issue. I might have a split transaction, but I don't remember and can't see since I can't access the account-overview. ### Where are you hosting Actual? Docker ### What browsers are you seeing the problem on? Chrome ### Operating System Windows 11
GiteaMirror added the needs infobug labels 2026-04-14 19:33:39 -05:00
Author
Owner

@youngcw commented on GitHub (Jul 3, 2025):

do you have any schedules with splits?

<!-- gh-comment-id:3032417142 --> @youngcw commented on GitHub (Jul 3, 2025): do you have any schedules with splits?
Author
Owner

@pogman-code commented on GitHub (Jul 3, 2025):

Or a schedule with a rule template that affect date?
Even though it is minified, this trace looks a bit like the one I had in #5258

<!-- gh-comment-id:3032687876 --> @pogman-code commented on GitHub (Jul 3, 2025): Or a schedule with a rule template that affect date? Even though it is minified, this trace looks a bit like the one I had in #5258
Author
Owner

@antontiha commented on GitHub (Jul 3, 2025):

Or a schedule with a rule template that affect date? Even though it is minified, this trace looks a bit like the one I had in #5258

Yes I do have that, and on the account that is affected, I'll try and delete it to see if it persits.

Image

<!-- gh-comment-id:3032775623 --> @antontiha commented on GitHub (Jul 3, 2025): > Or a schedule with a rule template that affect date? Even though it is minified, this trace looks a bit like the one I had in [#5258](https://github.com/actualbudget/actual/issues/5258) Yes I do have that, and on the account that is affected, I'll try and delete it to see if it persits. ![Image](https://github.com/user-attachments/assets/875720e4-de37-48bf-9edc-abcb3d1e438b)
Author
Owner

@antontiha commented on GitHub (Jul 3, 2025):

@pogman-code was correct, I deleted my schedule and rule, and now the error has stopped.

<!-- gh-comment-id:3033531044 --> @antontiha commented on GitHub (Jul 3, 2025): @pogman-code was correct, I deleted my schedule and rule, and now the error has stopped.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#16489