TheAxelander / OpenBudgeteer

OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle
https://theaxelander.github.io
MIT License
745 stars 42 forks source link

Data Consistency in 1.7 freezes the page #219

Closed slfhstr closed 5 months ago

slfhstr commented 6 months ago

Data Consistency in 1.7 freezes the page

To Reproduce Run up 1.7 in docker compose using sqlite Click on Data Consistency

Expected behavior Err, don't know as can't see what should be intended At least the page should load

Additional helpful details

slfhstr commented 6 months ago

Tried it again with 1.7 and Postgres and it works

TheAxelander commented 6 months ago

Depending on the database size it takes a few moments once all checks have been executed. Did you noticed any messages from Docker logs?

Bucket1616 commented 5 months ago

I get the same issue with sqllite. Never returns from Data Consistency Check, also data did not make the ->1.7 migration.

TheAxelander commented 5 months ago

Look like a return of issue #57. Can you please check if you can see a similar error message in the logs?

TheAxelander commented 5 months ago

Seems to be fixed with recent changes for Update 1.8, hence closing this.