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
{{ message }}
This repository was archived by the owner on Feb 10, 2025. It is now read-only.
I had a fully-working SimpleFIN sync setup for several accounts. I accidentally let my SimpleFIN subscription lapse and so simpleFIN stopped returning data and instead returned an error. This is not handled well by the simpleFIN handler which throws a seemingly unrelated error (included below).
This should ideally be gracefully handled and surfaced to the user to inform them of this issue.
This shows up as the following error in the actual logs as:
Something went wrong TypeError: Cannot read properties of undefined (reading 'balance')
at file:///app/src/app-simplefin/app-simplefin.js:73:36
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) [Function: sendErrorResponse]