You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Go to Settings → Imports
Click New Import to start the import wizard, and select Import transactions
Import the CSV as usual. I'm using the ; separator
Transactions get imported successfully, but they don't show up
Expected behavior
Transactions get imported and show up in graphs, overviews, etc.
What version of Maybe are you using? Self-hosted, version 0.3.0
What operating system and browser are you using?
Server:
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.
@buresdv thanks for the report. I tried reproducing given the provided steps but was unable to:
CleanShot.2025-01-23.at.18.03.41.mp4
If 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.
I 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 2
I 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)
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: