[Bug]: Something Internally Went Wrong (Uncategorized Transactions Page) #999

Closed
opened 2026-02-28 19:27:53 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @duplaja on GitHub (Mar 23, 2024).

Verified issue does not already exist?

  • I have searched and found no existing issue
  • I have checked my server logs and could not see any errors there
  • I will be attaching my server logs to this issue
  • I will be attaching my client-side (browser) logs to this issue
  • I understand that this issue will be automatically closed if insufficient information is provided

What happened?

Using Docker (Edge):

When viewing the uncategorized transactions page, I get a popup in the corner stating "Something internally went wrong. You may want to restart the app if anything looks wrong. Please report this as a new issue on Github."

This persists after restarting the server, and after closing, deleting the local budget, and re-downloading it, just on this single page.

What error did you receive?

Console Error Log:

Uncaught (in promise) oO: Field “category” does not exist in table “schedules”

Expression stack:
  $category
  {"category":{"$eq":null}}
  filter([
    {
      "$and": [
        {
          "_account.closed": false
        }
      ]
    },
    {
      "$or": [
        {
          "_account.offbudget": false,
          "category": null,
          "is_parent": false,
          "$or": [
            {
              "payee.transfer_acct.offbudget": true,
              "payee.transfer_acct": null
            }
          ]
        },
        {
          "_payee.transfer_acct.offbudget": false,
          "category": null,
          "is_parent": false,
          "$or": [
            {
              "payee.transfer_acct.offbudget": true,
              "payee.transfer_acct": null
            }
          ]
        }
      ]
    }
  ])```

### Where are you hosting Actual?

Docker (Edge)

### What browsers are you seeing the problem on?

Chrome

### Operating System

Linux
Originally created by @duplaja on GitHub (Mar 23, 2024). ### Verified issue does not already exist? - [X] I have searched and found no existing issue ### Is this related to GoCardless, Simplefin or another bank-sync provider? - [X] I have checked my server logs and could not see any errors there - [ ] I will be attaching my server logs to this issue - [X] I will be attaching my client-side (browser) logs to this issue - [X] I understand that this issue will be automatically closed if insufficient information is provided ### What happened? Using Docker (Edge): When viewing the uncategorized transactions page, I get a popup in the corner stating "Something internally went wrong. You may want to restart the app if anything looks wrong. Please report this as a new issue on Github." This persists after restarting the server, and after closing, deleting the local budget, and re-downloading it, just on this single page. ### What error did you receive? Console Error Log: ``` Uncaught (in promise) oO: Field “category” does not exist in table “schedules” Expression stack: $category {"category":{"$eq":null}} filter([ { "$and": [ { "_account.closed": false } ] }, { "$or": [ { "_account.offbudget": false, "category": null, "is_parent": false, "$or": [ { "payee.transfer_acct.offbudget": true, "payee.transfer_acct": null } ] }, { "_payee.transfer_acct.offbudget": false, "category": null, "is_parent": false, "$or": [ { "payee.transfer_acct.offbudget": true, "payee.transfer_acct": null } ] } ] } ])``` ### Where are you hosting Actual? Docker (Edge) ### What browsers are you seeing the problem on? Chrome ### Operating System Linux
GiteaMirror added the bug label 2026-02-28 19:27:53 -06:00
Author
Owner

@MatissJanis commented on GitHub (Mar 23, 2024):

The patch for this should be already available in the latest edge release. Try updating.

PR fixing the issue: https://github.com/actualbudget/actual/pull/2475

@MatissJanis commented on GitHub (Mar 23, 2024): The patch for this should be already available in the latest `edge` release. Try updating. PR fixing the issue: https://github.com/actualbudget/actual/pull/2475
Author
Owner

@duplaja commented on GitHub (Mar 23, 2024):

@MatissJanis Thank you. I'd had the issue start on a previous edge build, then pulled the latest edge prior to reporting, and it had continued.

Just did a full browser cache clear, and it seems to be working well currently.

Thank you!

@duplaja commented on GitHub (Mar 23, 2024): @MatissJanis Thank you. I'd had the issue start on a previous edge build, then pulled the latest edge prior to reporting, and it had continued. Just did a full browser cache clear, and it seems to be working well currently. Thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#999