[Bug]: Unable to sync #2035

Closed
opened 2026-02-28 20:01:40 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @deanpribetic on GitHub (Apr 9, 2025).

Verified issue does not already exist?

  • I have searched and found no existing issue

What happened?

Upgraded to v25.4.0 via the Proxmox Community Script.

Initially the server wasn't running so I started that with yarn start:server

Went through the bootstrap service and managed to get my data back. Issue now is I am getting errors which say "We had problems syncing your changes. Please report this as a bug by opening a Github issue"

Looking at the logs I can see this:

2025-04-09T22:28:36.824z info: POST 200 / sync/sync
PayloadTooLargeError: request entity too large
at readStream (/opt/actualbudget/node_modules/raw-body/index.js: 163:17)
at getRawBody (/opt/actualbudget/node_modules/raw-body/index.js:116:12)
at read (/opt/actualbudget/node
at rawParser (/opt/actualbudget/node_modules/body-parser/lib/types/raw.js:81:5)
at Layer.handle [as handle_request] (/opt/actualbudget/node_modules/express/lib/router/layer.js:95:5)
at trim_prefix (/opt/actualbudget/node_modules/express/lib/router/index.js: 328:13)
at /opt/actualbudget/node_modules/express/lib/router/index.js:286:9
at Function process_params (/opt/actualbudget/node_modules/express/1ib/router/index.js: 346:12)
at next (/opt/actualbudget/node_modules/express/1ib/router/index.js:280:10)
at isonParser (/opt/actualbudget/node modules/body-parser/lib/types/ison.is:122:7)

As stated, I am using Proxmox with the Actual Budget LXC. I have 4GB Ram and an 8GB disk provided.

How can we reproduce the issue?

How can we reproduce the issue?

Where are you hosting Actual?

Other

What browsers are you seeing the problem on?

Firefox

Operating System

Linux

Originally created by @deanpribetic on GitHub (Apr 9, 2025). ### Verified issue does not already exist? - [x] I have searched and found no existing issue ### What happened? Upgraded to v25.4.0 via the Proxmox Community Script. Initially the server wasn't running so I started that with `yarn start:server` Went through the bootstrap service and managed to get my data back. Issue now is I am getting errors which say "We had problems syncing your changes. Please report this as a bug by opening a Github issue" Looking at the logs I can see this: ``` 2025-04-09T22:28:36.824z info: POST 200 / sync/sync PayloadTooLargeError: request entity too large at readStream (/opt/actualbudget/node_modules/raw-body/index.js: 163:17) at getRawBody (/opt/actualbudget/node_modules/raw-body/index.js:116:12) at read (/opt/actualbudget/node at rawParser (/opt/actualbudget/node_modules/body-parser/lib/types/raw.js:81:5) at Layer.handle [as handle_request] (/opt/actualbudget/node_modules/express/lib/router/layer.js:95:5) at trim_prefix (/opt/actualbudget/node_modules/express/lib/router/index.js: 328:13) at /opt/actualbudget/node_modules/express/lib/router/index.js:286:9 at Function process_params (/opt/actualbudget/node_modules/express/1ib/router/index.js: 346:12) at next (/opt/actualbudget/node_modules/express/1ib/router/index.js:280:10) at isonParser (/opt/actualbudget/node modules/body-parser/lib/types/ison.is:122:7) ``` As stated, I am using Proxmox with the Actual Budget LXC. I have 4GB Ram and an 8GB disk provided. ### How can we reproduce the issue? How can we reproduce the issue? ### Where are you hosting Actual? Other ### What browsers are you seeing the problem on? Firefox ### Operating System Linux
GiteaMirror added the bug label 2026-02-28 20:01:40 -06:00
Author
Owner

@youngcw commented on GitHub (Apr 9, 2025):

set the max upload size env vars or config settings to be bigger

@youngcw commented on GitHub (Apr 9, 2025): set the max upload size env vars or config settings to be bigger
Author
Owner

@deanpribetic commented on GitHub (Apr 10, 2025):

YEp - that worked. Thankyou!

@deanpribetic commented on GitHub (Apr 10, 2025): YEp - that worked. Thankyou!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#2035