go-vikunja / app

MIT License
270 stars 23 forks source link

App home just shows loading icon #29

Closed filcuk closed 1 year ago

filcuk commented 1 year ago

Upon entering the app or navigating home using the sidebar house icon, all I get is a throbber. There's nothing in logs and I'm not actually sure what should be on there.

If you need me to investigate further, please let me know what to look into.

I'm hosting on docker through traefik 2.

kolaente commented 1 year ago

Can you see in the api logs if it is loading tasks?

filcuk commented 1 year ago

I have tested this further - so far as I understand it, the home page only shows tasks with due date. I didn't have any prior, so the page was empty. Upon adding some, they've shown on there without any issues.

So the 'issue' is only visual, i.e. it may be better to show that there are no tasks to display.

2023-02-03T17:48:58.647549203Z: WEB     ▶ 192.168.93.1  GET 200 /api/v1/tasks/all?page=0 17.679032ms - Dart/2.18 (dart:io)
2023-02-03T17:48:58.498226149Z: WEB     ▶ 192.168.93.1  GET 200 /api/v1/tasks/all 15.475018ms - Dart/2.18 (dart:io)
2023-02-03T17:48:58.483609027Z: WEB     ▶ 192.168.93.1  GET 200 /api/v1/tasks/all?&sort_by%5B%5D=due_date&sort_by%5B%5D=id&order_by=asc&filter_by%5B%5D=done&filter_by%5B%5D=due_date&filter_value%5B%5D=false&filter_value%5B%5D=0001-01-02T00:00:00.000Z&filter_comparator%5B%5D=equals&filter_comparator%5B%5D=greater&filter_concat=and 11.58656ms - Dart/2.18 (dart:io)