[Bug]: Update from 23.10 stopped working #665

Closed
opened 2026-02-28 19:13:21 -06:00 by GiteaMirror · 9 comments
Owner

Originally created by @andreapx on GitHub (Oct 9, 2023).

Verified issue does not already exist?

  • I have searched and found no existing issue

What happened?

I've pulled the last docker container and when I start it in theweb UI I see "Files" and I can select "My Finances" (underneath it I see "Synching), but when I click on it a popup appers saying We had an unknown problem opening “My-Finances-0de3a9f”.
In the log I just see actualbudget | Listening on :::5006..., nothing else.

What error did you receive?

We had an unknown problem opening “My-Finances-0de3a9f”.

Where are you hosting Actual?

Docker

What browsers are you seeing the problem on?

Firefox

Operating System

Linux

Originally created by @andreapx on GitHub (Oct 9, 2023). ### Verified issue does not already exist? - [X] I have searched and found no existing issue ### What happened? I've pulled the last docker container and when I start it in theweb UI I see "Files" and I can select "My Finances" (underneath it I see "Synching), but when I click on it a popup appers saying _We had an unknown problem opening “My-Finances-0de3a9f”_. In the log I just see `actualbudget | Listening on :::5006...`, nothing else. ### What error did you receive? We had an unknown problem opening “My-Finances-0de3a9f”. ### Where are you hosting Actual? Docker ### What browsers are you seeing the problem on? Firefox ### Operating System Linux
GiteaMirror added the bug label 2026-02-28 19:13:21 -06:00
Author
Owner

@salvachiese commented on GitHub (Oct 9, 2023):

Hi, Same issue also working docker, try to open GUI in MacOS Sonoma with Safari, and same error "unknown problem opening ....."
Same equipment with Brave works good.
The issue with Safari begins after the upgrade to 23.10

@salvachiese commented on GitHub (Oct 9, 2023): Hi, Same issue also working docker, try to open GUI in MacOS Sonoma with Safari, and same error "unknown problem opening ....." Same equipment with Brave works good. The issue with Safari begins after the upgrade to 23.10
Author
Owner

@Kadenar commented on GitHub (Oct 9, 2023):

Same issue being seen here after upgrading to latest docker image in Unraid..

Error updating Error: no such table: migrations

Error occurs inside of function - loadBudget(id) as part of the await updateVersion() try catch block.
Delving deeper into stack, it appears to error in migrations.ts -> getAppliedMigrations() when executing sqlite query:

const rows = await sqlite.runQuery<{ id: number }>(
    db,
    'SELECT * FROM __migrations__ ORDER BY id ASC',
    [],
    true,
  );
@Kadenar commented on GitHub (Oct 9, 2023): Same issue being seen here after upgrading to latest docker image in Unraid.. Error updating Error: no such table: __migrations__ Error occurs inside of function - loadBudget(id) as part of the await updateVersion() try catch block. Delving deeper into stack, it appears to error in migrations.ts -> getAppliedMigrations() when executing sqlite query: ``` const rows = await sqlite.runQuery<{ id: number }>( db, 'SELECT * FROM __migrations__ ORDER BY id ASC', [], true, ); ```
Author
Owner

@MixTecnico commented on GitHub (Oct 10, 2023):

from here the same with centos

nodejs 16 and above same problem

first installation!

@MixTecnico commented on GitHub (Oct 10, 2023): from here the same with centos nodejs 16 and above same problem first installation!
Author
Owner

@Kadenar commented on GitHub (Oct 10, 2023):

Clear your cookies for the site and it fixes the issue. Found the solution on their Discord as other users were running into it. Worked for me as well.

image

@Kadenar commented on GitHub (Oct 10, 2023): Clear your cookies for the site and it fixes the issue. Found the solution on their Discord as other users were running into it. Worked for me as well. ![image](https://github.com/actualbudget/actual/assets/37740708/39f28915-a752-494f-98f7-34730fa57c0f)
Author
Owner

@MixTecnico commented on GitHub (Oct 10, 2023):

from here the same with centos

nodejs 16 and above same problem

first installation!

mod security in my case

@MixTecnico commented on GitHub (Oct 10, 2023): > from here the same with centos > > nodejs 16 and above same problem > > first installation! mod security in my case
Author
Owner

@MatissJanis commented on GitHub (Oct 10, 2023):

Thanks for the report.

Is anyone able to provide reproduction instructions?

@MatissJanis commented on GitHub (Oct 10, 2023): Thanks for the report. Is anyone able to provide reproduction instructions?
Author
Owner

@Kadenar commented on GitHub (Oct 11, 2023):

@MatissJanis This issue is resolved by the end user just clearing their cookies / site data.

@Kadenar commented on GitHub (Oct 11, 2023): @MatissJanis This issue is resolved by the end user just clearing their cookies / site data.
Author
Owner

@andreapx commented on GitHub (Oct 11, 2023):

Clear your cookies for the site and it fixes the issue. Found the solution on their Discord as other users were running into it. Worked for me as well.

Thanks a lot!!!

@andreapx commented on GitHub (Oct 11, 2023): > Clear your cookies for the site and it fixes the issue. Found the solution on their Discord as other users were running into it. Worked for me as well. Thanks a lot!!!
Author
Owner

@Neosaurus commented on GitHub (Aug 4, 2024):

I'm having this issue on the new version of the MacOS app after updating. Web GUI still works fine. All are on the latest versions of Actual. Not sure how to clear cookies from the MacOS app

@Neosaurus commented on GitHub (Aug 4, 2024): I'm having this issue on the new version of the MacOS app after updating. Web GUI still works fine. All are on the latest versions of Actual. Not sure how to clear cookies from the MacOS app
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#665