[Bug]: App opens to the all accounts page instead of the budget page. #2930

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

Originally created by @youngcw on GitHub (Feb 14, 2026).

What happened?

The app no longer opens to the budget page.

How can we reproduce the issue?

Either use an existing budget or server, or use edge and create a new budget then go to the file page.

Open a budget

See that you land on the all accounts page instead of the budget page.

Where are you hosting Actual?

None

What browsers are you seeing the problem on?

No response

Operating System

None

Originally created by @youngcw on GitHub (Feb 14, 2026). ### What happened? The app no longer opens to the budget page. ### How can we reproduce the issue? Either use an existing budget or server, or use edge and create a new budget then go to the file page. Open a budget See that you land on the all accounts page instead of the budget page. ### Where are you hosting Actual? None ### What browsers are you seeing the problem on? _No response_ ### Operating System None
GiteaMirror added the regressionbug labels 2026-02-28 20:32:46 -06:00
Author
Owner

@PratikSilwal5 commented on GitHub (Feb 15, 2026):

The issue is that we are checking explicitly for this condition. So, if users don't have accounts setup, which is true when they are creating a fresh budget, we redirect them to "all accounts" to prompt them to create new accounts. Based on the issue, I think we can remove this check to redirect them to the budget page.

https://github.com/actualbudget/actual/blob/master/packages/desktop-client/src/components/FinancesApp.tsx#L248-L260

I will make a PR to reflect this change.

@PratikSilwal5 commented on GitHub (Feb 15, 2026): The issue is that we are checking explicitly for this condition. So, if users don't have accounts setup, which is true when they are creating a fresh budget, we redirect them to "all accounts" to prompt them to create new accounts. Based on the issue, I think we can remove this check to redirect them to the budget page. https://github.com/actualbudget/actual/blob/master/packages/desktop-client/src/components/FinancesApp.tsx#L248-L260 I will make a PR to reflect this change.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#2930