mirror of
https://github.com/actualbudget/actual.git
synced 2026-07-16 07:04:23 -05:00
[GH-ISSUE #4608] [Bug]: Run Rules in All Accounts view leads to "Something internally went wrong" when the rules has a split action #116340
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @esseti on GitHub (Mar 12, 2025).
Original GitHub issue: https://github.com/actualbudget/actual/issues/4608
Verified issue does not already exist?
What happened?
In the budget, clicking to run rules results in an error if the rule includes an action to create a split transaction. However, for other rules, it functions properly.
Running the same rule from the rule editor view, on the other hand, works correctly even for the split transaction.
How can we reproduce the issue?
How to replicate:
You will see this appearing
but there's no log or anything in the terminal.
NOTE: if you run the rule from the rule edit view, it works properly
NOTE2: even if i built this functionality, i'm not so expert to fix this problem, nor i understand why it happens.
Where are you hosting Actual?
Pikapods
What browsers are you seeing the problem on?
Chrome
Operating System
Mac OSX
@alecbakholdin commented on GitHub (Mar 12, 2025):
Not sure about in prod, but running the dev server reveals the following console error:
@UnderKoen commented on GitHub (Mar 12, 2025):
Related to #3805