-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Problems syncing changes #1826
Comments
For future reference, I have also experienced same issue. Requestcurl 'https://actual-server/sync/upload-user-file' \
-H 'DNT: 1' \
-H 'X-ACTUAL-TOKEN: XYZ' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36' \
-H 'Content-Type: application/encrypted-file' \
-H 'Referer: https://actual-server/static/js/browser-server.Kf_xQo8f.js' \
-H 'X-ACTUAL-NAME: Expense' \
-H 'X-ACTUAL-FORMAT: 2' \
-H 'X-ACTUAL-FILE-ID: fda-xyz-1699' \
--data-raw 4.1MB-encrypted-file Response<html>
<head><title>413 Request Entity Too Large</title></head>
<body>
<center><h1>413 Request Entity Too Large</h1></center>
<hr><center>nginx/1.18.0 (Ubuntu)</center>
</body>
</html>
I am guessing having non-synced local version is fine. |
Quick update - I reported the same issue at Discord I created new server at pikapod - Must be something wrong with my installation. I will go through the doc again at https://actualbudget.org/docs/install/docker and post updates on my findings. Thanks |
ℹ️ UpdateThe issue was specific to my setup of using reverse proxy using Nginx. By default, the default value for After I set that to |
For someone how's running Actual in Kubernetes and using nginx ingress controller you can add annotation to your individual ingress resources to increase
Annotation depends of which nginx controller you are running:
|
Verified issue does not already exist?
What happened?
Fresh install of Actual trying to import my transactions in OFX format also tried in the CSV format.
Firefox console has
What error did you receive?
I get a popup stating "We had problems syncing your changes"
Where are you hosting Actual?
Locally via Yarn
What browsers are you seeing the problem on?
Firefox
Operating System
Windows 10
The text was updated successfully, but these errors were encountered: