[GH-ISSUE #6293] [Bug]: Fatal error when loading Actual Budget home page #28470

Closed
opened 2026-04-18 05:13:39 -05:00 by GiteaMirror · 15 comments
Owner

Originally created by @pathofleastresistor on GitHub (Dec 4, 2025).
Original GitHub issue: https://github.com/actualbudget/actual/issues/6293

Originally assigned to: @MatissJanis, @Copilot on GitHub.

Verified issue does not already exist?

  • I have searched and found no existing issue

What happened?

I upgraded to the latest version of ActualBudget (using docker compose) and when I go to the app I'm shown a Fatal Error:

TypeError: Cannot destructure property 'currentMonth' of 'Kmn(...)' as it is null. at Ymn (https://budget.[redacted].com/static/js/index.CO-yN_1L.js:233:59779) at J_ (https://budget.[redacted].com/static/js/index.CO-yN_1L.js:9:49009) at bR (https://budget.[redacted].com/static/js/index.CO-yN_1L.js:9:71991) at ZG (https://budget.[redacted].com/static/js/index.CO-yN_1L.js:9:82524) at Aq (https://budget.[redacted].com/static/js/index.CO-yN_1L.js:9:118654) at a_e

How can we reproduce the issue?

Pull latest docker image and load ActualBudget.

Where are you hosting Actual?

Docker

What browsers are you seeing the problem on?

Chrome

Operating System

Mac OSX

Originally created by @pathofleastresistor on GitHub (Dec 4, 2025). Original GitHub issue: https://github.com/actualbudget/actual/issues/6293 Originally assigned to: @MatissJanis, @Copilot on GitHub. ### Verified issue does not already exist? - [x] I have searched and found no existing issue ### What happened? I upgraded to the latest version of ActualBudget (using docker compose) and when I go to the app I'm shown a Fatal Error: ``` TypeError: Cannot destructure property 'currentMonth' of 'Kmn(...)' as it is null. at Ymn (https://budget.[redacted].com/static/js/index.CO-yN_1L.js:233:59779) at J_ (https://budget.[redacted].com/static/js/index.CO-yN_1L.js:9:49009) at bR (https://budget.[redacted].com/static/js/index.CO-yN_1L.js:9:71991) at ZG (https://budget.[redacted].com/static/js/index.CO-yN_1L.js:9:82524) at Aq (https://budget.[redacted].com/static/js/index.CO-yN_1L.js:9:118654) at a_e ``` ### How can we reproduce the issue? Pull latest docker image and load ActualBudget. ### Where are you hosting Actual? Docker ### What browsers are you seeing the problem on? Chrome ### Operating System Mac OSX
GiteaMirror added the budgetinguser interfacebug labels 2026-04-18 05:13:39 -05:00
Author
Owner

@matt-fidd commented on GitHub (Dec 5, 2025):

Are you able to replicate this on https://edge.actualbudget.com by uploading your budget file?

<!-- gh-comment-id:3614786455 --> @matt-fidd commented on GitHub (Dec 5, 2025): Are you able to replicate this on https://edge.actualbudget.com by uploading your budget file?
Author
Owner

@henriquesobral commented on GitHub (Dec 5, 2025):

From what I was able to analyze, the problem is in desktop-client/components/budget/tracking/budgetsummary/BudgetSummary.tsx, which tries to use the useTrackingBudget context but receives an empty value. This happens because in desktop-client/components/budget/index.tsx, line 148, the budgetType is not equal to 'tracking', so the TrackingBudgetProvider is never initialized returning a empty context.

PS: My budgetType value stored in the database is 'rollover', but it seems that this value is no longer used. The current value appears to be 'envelope', and I believe this is what caused the issue described above.

What I did to solve my issue was to manually change the value in the database through the code. I debugged edge.actualbudget.com, loaded my data, and paused execution in the file desktop-client/components/budget/index.tsx at line 47. Then, I opened the console and typed the following:
useSyncedPref('budgetType')[1]('tracking').
After that, I refreshed the page, and the error stopped occurring.

<!-- gh-comment-id:3617837030 --> @henriquesobral commented on GitHub (Dec 5, 2025): From what I was able to analyze, the problem is in `desktop-client/components/budget/tracking/budgetsummary/BudgetSummary.tsx`, which tries to use the `useTrackingBudget` context but receives an empty value. This happens because in `desktop-client/components/budget/index.tsx`, line 148, the `budgetType` is not equal to 'tracking', so the `TrackingBudgetProvider` is never initialized returning a empty context. PS: My `budgetType` value stored in the database is `'rollover'`, but it seems that this value is no longer used. The current value appears to be `'envelope'`, and I believe this is what caused the issue described above. What I did to solve my issue was to manually change the value in the database through the code. I debugged `edge.actualbudget.com`, loaded my data, and paused execution in the file `desktop-client/components/budget/index.tsx` at line 47. Then, I opened the console and typed the following: `useSyncedPref('budgetType')[1]('tracking')`. After that, I refreshed the page, and the error stopped occurring.
Author
Owner

@oysterbay commented on GitHub (Dec 5, 2025):

experiencing the same issue ...

<!-- gh-comment-id:3617893587 --> @oysterbay commented on GitHub (Dec 5, 2025): experiencing the same issue ...
Author
Owner

@pathofleastresistor commented on GitHub (Dec 5, 2025):

Are you able to replicate this on https://edge.actualbudget.com by uploading your budget file?

Yup I uploaded there and also got the fatal error:

i18n.ts:60 Unknown locale en-US, falling back to en
index.ts:113 Backend: Trying to connect to client
index.ts:49 Backend: Client connected
App.tsx:194 triggering sync because of visibility change
 Reading meta...
 Got meta for documents-Actual-My-Finances-0401d06-db.sqlite: undefined
 Reading meta...
 Got meta for documents-Actual-My-Finances-0401d06-db.sqlite: [object Object]
sql-wasm.js:119 Opened!
67b2d7f6-3d6c-4c7b-a3ca-809befb6f320:1 Reading meta...
67b2d7f6-3d6c-4c7b-a3ca-809befb6f320:1 Got meta for documents-Actual-My-Finances-0401d06-db.sqlite: Object
sql-wasm.js:119 Opened!
index.ts:22 Loading fresh spreadsheet
i18n.ts:60 Unknown locale en-US, falling back to en
installHook.js:1 TypeError: Cannot destructure property 'currentMonth' of 'Chn(...)' as it is null.
    at khn (BudgetSummary.tsx:37:3)
    at S_ (react-dom-client.production.js:4351:21)
    at W_ (react-dom-client.production.js:6497:15)
    at sG (react-dom-client.production.js:7473:14)
    at jG (react-dom-client.production.js:11305:14)
    at OAe (react-dom-client.production.js:11182:37)
    at cR (react-dom-client.production.js:11163:7)
    at RG (react-dom-client.production.js:10728:40)
    at QG (react-dom-client.production.js:12086:3)
    at p2 (react-dom-client.production.js:11956:17)
overrideMethod @ installHook.js:1
i18n.ts:60 Unknown locale en-US, falling back to en
App.tsx:194 triggering sync because of visibility change
i18n.ts:60 Unknown locale en-US, falling back to en
App.tsx:194 triggering sync because of visibility change
i18n.ts:60 Unknown locale en-US, falling back to en
<!-- gh-comment-id:3618840686 --> @pathofleastresistor commented on GitHub (Dec 5, 2025): > Are you able to replicate this on https://edge.actualbudget.com by uploading your budget file? Yup I uploaded there and also got the fatal error: ``` i18n.ts:60 Unknown locale en-US, falling back to en index.ts:113 Backend: Trying to connect to client index.ts:49 Backend: Client connected App.tsx:194 triggering sync because of visibility change Reading meta... Got meta for documents-Actual-My-Finances-0401d06-db.sqlite: undefined Reading meta... Got meta for documents-Actual-My-Finances-0401d06-db.sqlite: [object Object] sql-wasm.js:119 Opened! 67b2d7f6-3d6c-4c7b-a3ca-809befb6f320:1 Reading meta... 67b2d7f6-3d6c-4c7b-a3ca-809befb6f320:1 Got meta for documents-Actual-My-Finances-0401d06-db.sqlite: Object sql-wasm.js:119 Opened! index.ts:22 Loading fresh spreadsheet i18n.ts:60 Unknown locale en-US, falling back to en installHook.js:1 TypeError: Cannot destructure property 'currentMonth' of 'Chn(...)' as it is null. at khn (BudgetSummary.tsx:37:3) at S_ (react-dom-client.production.js:4351:21) at W_ (react-dom-client.production.js:6497:15) at sG (react-dom-client.production.js:7473:14) at jG (react-dom-client.production.js:11305:14) at OAe (react-dom-client.production.js:11182:37) at cR (react-dom-client.production.js:11163:7) at RG (react-dom-client.production.js:10728:40) at QG (react-dom-client.production.js:12086:3) at p2 (react-dom-client.production.js:11956:17) overrideMethod @ installHook.js:1 i18n.ts:60 Unknown locale en-US, falling back to en App.tsx:194 triggering sync because of visibility change i18n.ts:60 Unknown locale en-US, falling back to en App.tsx:194 triggering sync because of visibility change i18n.ts:60 Unknown locale en-US, falling back to en ```
Author
Owner

@maxgeraldist commented on GitHub (Dec 9, 2025):

Same here.
Wanted to provide some info, in case it's helpful:
The Fatal UI error occurs only in /budget specifically, console says TypeError: Kmn() is null; Ymn BudgetSummary.tsx:42.
/budget is giving me this error:

There was an unrecoverable error in the UI. Sorry!
If this error persists, please get [in touch](https://actualbudget.org/contact) so it can be investigated.

This is what appears if I press "show error" (server name and port are changed for anonymity):

Ymn@https://pcname.local:1111/static/js/index.CO-yN_1L.js:233:59844 J_@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:49009 bR@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:71991 ZG@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:82524 Aq@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:118656 a_e@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:117682 zR@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:117506 Sq@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:114248 Wq@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:126391 A2@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:124922 Dq@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:122597 Rq@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:120420 Eq@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:115347 Sq@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:114822 zq@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:126268 R@https://pcname.local:1111/static/js/index.CO-yN_1L.js:2:134818 

In the F12 console, following error is shown:

    Ymn BudgetSummary.tsx:42

What follows is different depending on the circumstances - when clicking the budget from /accounts, I got:

    Ymn BudgetSummary.tsx:42
    React (14)
    R scheduler.production.js:151
    lNe scheduler.production.js:200
    lNe scheduler.production.js:339
    uNe index.js:4
    React 3

When opening pcname:port/ and being redirected to /budget, I get:

    Ymn BudgetSummary.tsx:42
    React 14
    R scheduler.production.js:151

since this seems to be a UI issue of /budget, I'll provide more details - I typically open it with 3-4 months. Literally every other url and link worked just fine. I have around 20 categories. Running it in a private window (in Firefox) sometimes loads the page without the main table - just the sidebars, but reloading or clicking away and back reproduces the same error. Checked on a different client device, same issue. To be clear, the server is running on Raspberry pi OS Lite, headless, in a docker container. Mobile (android, firefox) /budget works just fine.

<!-- gh-comment-id:3634727544 --> @maxgeraldist commented on GitHub (Dec 9, 2025): Same here. Wanted to provide some info, in case it's helpful: The Fatal UI error occurs only in /budget specifically, console says TypeError: Kmn() is null; Ymn BudgetSummary.tsx:42. /budget is giving me this error: ```Fatal Error There was an unrecoverable error in the UI. Sorry! If this error persists, please get [in touch](https://actualbudget.org/contact) so it can be investigated. ``` This is what appears if I press "show error" (server name and port are changed for anonymity): ``` Ymn@https://pcname.local:1111/static/js/index.CO-yN_1L.js:233:59844 J_@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:49009 bR@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:71991 ZG@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:82524 Aq@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:118656 a_e@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:117682 zR@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:117506 Sq@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:114248 Wq@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:126391 A2@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:124922 Dq@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:122597 Rq@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:120420 Eq@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:115347 Sq@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:114822 zq@https://pcname.local:1111/static/js/index.CO-yN_1L.js:9:126268 R@https://pcname.local:1111/static/js/index.CO-yN_1L.js:2:134818 ``` In the F12 console, following error is shown: ```TypeError: Kmn() is null Ymn BudgetSummary.tsx:42 ``` What follows is different depending on the circumstances - when clicking the budget from /accounts, I got: ```TypeError: Kmn() is null Ymn BudgetSummary.tsx:42 React (14) R scheduler.production.js:151 lNe scheduler.production.js:200 lNe scheduler.production.js:339 uNe index.js:4 React 3 ``` When opening pcname:port/ and being redirected to /budget, I get: ```TypeError: Kmn() is null Ymn BudgetSummary.tsx:42 React 14 R scheduler.production.js:151 ``` since this seems to be a UI issue of /budget, I'll provide more details - I typically open it with 3-4 months. Literally every other url and link worked just fine. I have around 20 categories. Running it in a private window (in Firefox) sometimes loads the page without the main table - just the sidebars, but reloading or clicking away and back reproduces the same error. Checked on a different client device, same issue. To be clear, the server is running on Raspberry pi OS Lite, headless, in a docker container. Mobile (android, firefox) /budget works just fine.
Author
Owner

@dannytsang commented on GitHub (Dec 14, 2025):

Is this the same problem as my error message because the line numbers seem different?

Ymn@https://budget.example.com/static/js/index.CO-yN_1L.js:233:59844 J_@https://budget.example.com/static/js/index.CO-yN_1L.js:9:49009 bR@https://budget.example.com/static/js/index.CO-yN_1L.js:9:71991 ZG@https://budget.example.com/static/js/index.CO-yN_1L.js:9:82524 Aq@https://budget.example.com/static/js/index.CO-yN_1L.js:9:118656 a_e@https://budget.example.com/static/js/index.CO-yN_1L.js:9:117682 zR@https://budget.example.com/static/js/index.CO-yN_1L.js:9:117506 Sq@https://budget.example.com/static/js/index.CO-yN_1L.js:9:114248 Wq@https://budget.example.com/static/js/index.CO-yN_1L.js:9:126391 A2@https://budget.example.com/static/js/index.CO-yN_1L.js:9:124922 Dq@https://budget.example.com/static/js/index.CO-yN_1L.js:9:122597 Rq@https://budget.example.com/static/js/index.CO-yN_1L.js:9:120420 Eq@https://budget.example.com/static/js/index.CO-yN_1L.js:9:115347 Sq@https://budget.example.com/static/js/index.CO-yN_1L.js:9:114822 zq@https://budget.example.com/static/js/index.CO-yN_1L.js:9:126268 R@https://budget.example.com/static/js/index.CO-yN_1L.js:2:134818 
<!-- gh-comment-id:3650768546 --> @dannytsang commented on GitHub (Dec 14, 2025): Is this the same problem as my error message because the line numbers seem different? ``` Ymn@https://budget.example.com/static/js/index.CO-yN_1L.js:233:59844 J_@https://budget.example.com/static/js/index.CO-yN_1L.js:9:49009 bR@https://budget.example.com/static/js/index.CO-yN_1L.js:9:71991 ZG@https://budget.example.com/static/js/index.CO-yN_1L.js:9:82524 Aq@https://budget.example.com/static/js/index.CO-yN_1L.js:9:118656 a_e@https://budget.example.com/static/js/index.CO-yN_1L.js:9:117682 zR@https://budget.example.com/static/js/index.CO-yN_1L.js:9:117506 Sq@https://budget.example.com/static/js/index.CO-yN_1L.js:9:114248 Wq@https://budget.example.com/static/js/index.CO-yN_1L.js:9:126391 A2@https://budget.example.com/static/js/index.CO-yN_1L.js:9:124922 Dq@https://budget.example.com/static/js/index.CO-yN_1L.js:9:122597 Rq@https://budget.example.com/static/js/index.CO-yN_1L.js:9:120420 Eq@https://budget.example.com/static/js/index.CO-yN_1L.js:9:115347 Sq@https://budget.example.com/static/js/index.CO-yN_1L.js:9:114822 zq@https://budget.example.com/static/js/index.CO-yN_1L.js:9:126268 R@https://budget.example.com/static/js/index.CO-yN_1L.js:2:134818 ```
Author
Owner

@maxgeraldist commented on GitHub (Dec 15, 2025):

I honestly don't know, sorry - I am not very knowledgeable about this stuff. If you or others want to ask me to perform more diagnostics, I would be happy to do so, but I do not necessarily know how to help otherwise.

<!-- gh-comment-id:3656949980 --> @maxgeraldist commented on GitHub (Dec 15, 2025): I honestly don't know, sorry - I am not very knowledgeable about this stuff. If you or others want to ask me to perform more diagnostics, I would be happy to do so, but I do not necessarily know how to help otherwise.
Author
Owner

@maxgeraldist commented on GitHub (Dec 16, 2025):

re: this question, I used edge.actualbudget.com and my issue, described above, was replicated - Fatal and unrecoverable error in the UI, Show error:
Whn@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:233:59848 E_@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:49009 U_@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:71991 lG@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:82524 LG@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:118656 FAe@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:117682 dR@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:117506 NG@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:114248 ZG@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:126391 m2@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:124922 HG@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:122597 zG@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:120420 $G@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:115347 NG@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:114822 QG@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:126268 R@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:2:134935

Once again, other pages, such as /payees, /reports load just fine, and /budget loads fine on mobile.

However, as brought up by @dannytsang, mine might be a separate issue - please let me know if I should create a separate ticket.

I have not tried repair transactions, reset sync, etc., let me know if I should.

<!-- gh-comment-id:3662934036 --> @maxgeraldist commented on GitHub (Dec 16, 2025): re: [this question](https://github.com/actualbudget/actual/issues/6293#issuecomment-3614786455), I used edge.actualbudget.com and my issue, described above, was replicated - Fatal and unrecoverable error in the UI, Show error: `Whn@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:233:59848 E_@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:49009 U_@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:71991 lG@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:82524 LG@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:118656 FAe@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:117682 dR@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:117506 NG@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:114248 ZG@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:126391 m2@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:124922 HG@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:122597 zG@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:120420 $G@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:115347 NG@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:114822 QG@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:9:126268 R@https://edge.actualbudget.com/static/js/index.GPO6UinF.js:2:134935` Once again, other pages, such as /payees, /reports load just fine, and /budget loads fine on mobile. However, as brought up by @dannytsang, mine might be a separate issue - please let me know if I should create a separate ticket. I have not tried repair transactions, reset sync, etc., let me know if I should.
Author
Owner

@matt-fidd commented on GitHub (Dec 17, 2025):

Can you try switching budget types through the settings page?

Image
<!-- gh-comment-id:3665927331 --> @matt-fidd commented on GitHub (Dec 17, 2025): Can you try switching budget types through the settings page? <img width="552" height="260" alt="Image" src="https://github.com/user-attachments/assets/0577cad8-e40b-4ed1-9973-019faaf8b429" />
Author
Owner

@faulker commented on GitHub (Dec 19, 2025):

Can you try switching budget types through the settings page?

Image

Switching the budget type from and then back to tracking budgeting fixed the issue for me

<!-- gh-comment-id:3673228547 --> @faulker commented on GitHub (Dec 19, 2025): > Can you try switching budget types through the settings page? > > <img alt="Image" width="552" height="260" src="https://private-user-images.githubusercontent.com/81489167/527649723-0577cad8-e40b-4ed1-9973-019faaf8b429.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjYxMTE3ODYsIm5iZiI6MTc2NjExMTQ4NiwicGF0aCI6Ii84MTQ4OTE2Ny81Mjc2NDk3MjMtMDU3N2NhZDgtZTQwYi00ZWQxLTk5NzMtMDE5ZmFhZjhiNDI5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTEyMTklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUxMjE5VDAyMzEyNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWUzNDdlZmQyZWJjNWZiZmI0MDRjZWMwNWQ5OGJlZmZlYjdkZmZkY2FhNzlmM2I1ZmI1YWFmYjI1NWJmNDliNDQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.zOqODXm4Cgte3vy8yQGqH1xQdkcSuhxWMq-hAlt69xU"> Switching the budget type from and then back to tracking budgeting fixed the issue for me
Author
Owner

@maxgeraldist commented on GitHub (Dec 19, 2025):

Switching it back and forth helped. I was on tracking, btw.

<!-- gh-comment-id:3674981731 --> @maxgeraldist commented on GitHub (Dec 19, 2025): Switching it back and forth helped. I was on tracking, btw.
Author
Owner

@pathofleastresistor commented on GitHub (Dec 20, 2025):

Same this resolved my issue

<!-- gh-comment-id:3678062605 --> @pathofleastresistor commented on GitHub (Dec 20, 2025): Same this resolved my issue
Author
Owner

@addisonwebb commented on GitHub (Jan 3, 2026):

I'm also experiencing this issue with app/server version 25.12.0.

The suggested work around of changing the budget type worked for me as well.

<!-- gh-comment-id:3707303701 --> @addisonwebb commented on GitHub (Jan 3, 2026): I'm also experiencing this issue with app/server version `25.12.0`. The suggested work around of changing the budget type worked for me as well.
Author
Owner

@MatissJanis commented on GitHub (Jan 3, 2026):

Could someone please verify if the issue is fixed in this PR?

https://github.com/actualbudget/actual/pull/6538

It's quite tricky to fix things without instructions how to reproduce, so best I can do for now is some AI assisted fix.

<!-- gh-comment-id:3707337083 --> @MatissJanis commented on GitHub (Jan 3, 2026): Could someone please verify if the issue is fixed in this PR? https://github.com/actualbudget/actual/pull/6538 It's quite tricky to fix things without instructions how to reproduce, so best I can do for now is some AI assisted fix.
Author
Owner

@pathofleastresistor commented on GitHub (Jan 5, 2026):

Could someone please verify if the issue is fixed in this PR?

#6538

It's quite tricky to fix things without instructions how to reproduce, so best I can do for now is some AI assisted fix.

I resolved my issue with https://github.com/actualbudget/actual/issues/6293#issuecomment-3665927331. I am not sure how to reproduce without sharing my budget file though.

<!-- gh-comment-id:3712041093 --> @pathofleastresistor commented on GitHub (Jan 5, 2026): > Could someone please verify if the issue is fixed in this PR? > > [#6538](https://github.com/actualbudget/actual/pull/6538) > > It's quite tricky to fix things without instructions how to reproduce, so best I can do for now is some AI assisted fix. I resolved my issue with https://github.com/actualbudget/actual/issues/6293#issuecomment-3665927331. I am not sure how to reproduce without sharing my budget file though.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#28470