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
At the moment, if one of the requests/steps in _loadEntries() in home_tabs_screen.dart throws some exception (perhaps because some API response is not what was expected), the error is silently ignored. This causes the app to seemingly load correctly, but shows an empty dashboard
The text was updated successfully, but these errors were encountered:
@rolandgeider while not a fix for this bug, I added a PR that I think can help towards better logging it. Let me know your thoughts if you get some time.
I believe the logging aspect of this was addressed in aecbcfe and 68f0ad4 , but we still have the issue of how we communicate failures back to the user.
At the moment, if one of the requests/steps in
_loadEntries()
inhome_tabs_screen.dart
throws some exception (perhaps because some API response is not what was expected), the error is silently ignored. This causes the app to seemingly load correctly, but shows an empty dashboardThe text was updated successfully, but these errors were encountered: