-
-
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]: File is syncing for long time #2332
Comments
In the files page, "syncing" means you have downloaded that file and it is syncing between your local version and the server. Im not sure if anything you are saying here is an issue with Actual as much as an issue with the rest api setup you are using. I think my only recommendation to check is to open your server in an incognito window and re-download the file and see if the server has the changes you added or not. If they aren't there, then the server hasn't received your changes like you think it has. If it does have them, try re-downloading the file in your standard browser session. |
Thanks for that, appreciate the explain on what syncing means as it wasn't entirely clear to me.
Do you think the file itself is corrupt or, for some reason, not syncing between the server and local machine? Or does it not matter? I won't conflate the API issues for now - that was more just to provide context of what lead up to the issue. The API seemed to work fine on the test file which makes this issue more confusing. |
Quick update. I got the API to work and import transactions. For some reason, the file still says suncing on the files page but it appears to have all the transactions. Opening in incognito shows me all the transactions as well so seems to have synced. Could just be a labelling error - not sure. |
The syncing label means you have downloaded that file locally, thats all. |
Verified issue does not already exist?
Is this related to GoCardless, Simplefin or another bank-sync provider?
What happened?
When I enter my actual server, I get the following screen. As you can see M&G (which is my main budget file) says syncing. I can open this file and it is fine. Once in, it doesn't seem to be syncing.
In terms of what has happened / what I did:
Actual Versions
Client version: v24.2.0
Server version: v24.2.0
Other info
I'm running everything via docker on an Ubuntu system. Accessing client side via Chrome on a Win 11 machine.
The script I ran was using Python which simply takes a CSV file, maps the transactions in a dictionary and then uploads transactions in chunks to each account using the import transactions API call.
Server logs (docker):
What error did you receive?
No error messages received.
Where are you hosting Actual?
Docker
What browsers are you seeing the problem on?
Chrome
Operating System
Windows 11
The text was updated successfully, but these errors were encountered: