mtierltd / timetracker

GNU Affero General Public License v3.0
82 stars 27 forks source link

Dashboard appears to be missing #135

Closed nmolinski closed 2 years ago

nmolinski commented 3 years ago

I'm not sure what causes this, however, the dashboard does not render anymore.

Time tracker Version: 0.0.68 Nextcloud Version: 21.0.3

Number of current users: 2 Total Weeks used: 1 Total hours logged: 77:14

Switching to a different timescale does not cause the dashboard to appear.

EDIT: I've added a redacted dataset

data.csv

Selection_458

nmolinski commented 3 years ago

Looking deeper I see a 500 error occurring at the server side:

Selection_460

Seems like a query of the reports is failing.

Stack trace:

Selection_459

Setting an exception breakpoint in Firefox debugger shows a JQuery exception, but I am not sure if its related because of obfuscation:

Selection_463

Will see if I can checkout a build tonight and nail down problem.

nmolinski commented 2 years ago

Hmm, I've updated to 0.0.70 and this does not appear to be fixed on my end. Sorry I did not have time to look at this before, but a quick look shows that the request does not like null query parameters.

I manually edited the query params and resent the request and passes, see attached.

Selection_730

mtierltd commented 2 years ago

Hi. Please try commit 0bf3925.