-
-
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]: Fatal Error coping a report #2545
Comments
Same issue with the same install/environment parameters listed above. I'm unable to get into the reports tab without it crashing and the last action taken was duplicating a custom report. |
Do either of you have reports with "static" dates you've created in the last 2 weeks? If so, delete those reports and remake them after this fix has been merged. #2556 |
Yes, I had static date reports from three last months and when I copied last month to create a new one for the current month, it crashed |
I can confirm that the issue occurs when you set the Date Filter to "Static", click "Update report" in the top right, and then refresh the /reports endpoint. I was able to unbrick my custom reports tab by manually modifying the database. I changed each record in the custom_reports table to have a 0 value in the "date_static" column. |
Anyone else with this issue can go to /reports/custom and choose the offending graph and delete it. No need to edit the db. |
Fixed by #2556 |
Why it was closed? |
Don't click the reports link in the sidebar. Type "/reports/custom" on the end of your actual address to access the graphs and delete the offending reports. Its closed because it's not something we can change from the code. You have a saved report with a bug in it. It's a localized issue. If that doesn't work then you have to manipulate the sqlite db file (as explained above). |
Thank you!! |
Verified issue does not already exist?
Is this related to GoCardless, Simplefin or another bank-sync provider?
What happened?
When coping a report changing date range from last month to this month, Actual Server crashed with the following error:
By clicking at
Restart app
didn't solve.What error did you receive?
By clicking at the show error button, it reports the following:
Where are you hosting Actual?
Docker
What browsers are you seeing the problem on?
Chrome
Operating System
Linux
The text was updated successfully, but these errors were encountered: