-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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: Transactions from CSV import successfully, but they don't actually show up anywhere #1662
Comments
@buresdv thanks for the report. I tried reproducing given the provided steps but was unable to: CleanShot.2025-01-23.at.18.03.41.mp4If possible, could you provide a minimal CSV input that causes this behavior? My guess is that there is some small formatting / data issue that is (incorrectly) silently failing on us. |
Hey @zachgoll, thank you for the fast response. Here's a minimal CSV file: Funnily enough, this example actually killed my install. Trying to import that CSV crashed the app, and I can't get back in: Luckily I recorded the entire process: Zaznam.obrazovky.2025-01-24.v.14.10.38.movAnd here are the app logs: https://pastebin.com/iiBEgENy And these are the logs when I try to restart the app:
EDIT 1I was able to get back into the app after waiting for a few minutes. Here are the logs: https://pastebin.com/5PFEZ4vx The import still "Completed", but the transaction is still not available. EDIT 2I have also noticed that the app made over 1000 requests to synth, which completely drained my API calls (I had only around 10 calls used when I started the process) |
@buresdv sorry about the app crash! But thanks for the screen recording, this is super helpful.
Once I get the 500 error figured out, I'll take a look at that minimal example and see what's going on with the import side of things. |
@zachgoll You're right, the data enrichment was turned on. I had no idea about it. Thank you for your effort! |
@buresdv thanks for confirming. We'll take a look into those other issues. |
Describe the bug
I'm trying to import new transactions from a CSV file. The import finishes successfully, but the transactions never show up anywhere in the app.
To Reproduce
Steps to reproduce the behavior:
Settings → Imports
New Import
to start the import wizard, and selectImport transactions
;
separatorExpected behavior
Transactions get imported and show up in graphs, overviews, etc.
What version of Maybe are you using?
Self-hosted
, version0.3.0
What operating system and browser are you using?
Server:
Client:
Screenshots / Recordings
List of imports, which were completed successfully
The transactions are not in the overview (September 27th is the date of the last transaction from the last quarter. I'm trying to import data from September until the end of December)
Additional context
Imports worked last time I tried them during the last quarter, around September 30th.
Here are the logs:
App
Database
And here's my Compose file:
The text was updated successfully, but these errors were encountered: