-
-
Notifications
You must be signed in to change notification settings - Fork 657
[Bug]: TypeError: Cannot read properties of undefined (reading 'org') #438
Description
Verified issue does not already exist?
- I have searched and found no existing issue
What happened?
I setup SimpleFIN Bridge. I would link an account on SimpleFIN. Then add it to Actual to ensure everything imported correctly. Then I repeated for all of my banking institutions. However, on the most recent attempt I get the error shown below.
What error did you receive?
Something went wrong TypeError: Cannot read properties of undefined (reading 'org')
at file:///app/src/app-simplefin/app-simplefin.js:82:47
at Array.find ()
at file:///app/src/app-simplefin/app-simplefin.js:81:45
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) [Function: sendErrorResponse]
Something went wrong TypeError: Cannot read properties of undefined (reading 'org')
at file:///app/src/app-simplefin/app-simplefin.js:82:47
at Array.find ()
at file:///app/src/app-simplefin/app-simplefin.js:81:45
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) [Function: sendErrorResponse]
Something went wrong TypeError: Cannot read properties of undefined (reading 'org')
at file:///app/src/app-simplefin/app-simplefin.js:82:47
at Array.find ()
at file:///app/src/app-simplefin/app-simplefin.js:81:45
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) [Function: sendErrorResponse]
Something went wrong TypeError: Cannot read properties of undefined (reading 'org')
at file:///app/src/app-simplefin/app-simplefin.js:82:47
at Array.find ()
at file:///app/src/app-simplefin/app-simplefin.js:81:45
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) [Function: sendErrorResponse]
Checking if there are any migrations to run for direction "up"...
Migrations: DONE
Listening on :::5006...
Where are you hosting Actual?
Docker
What browsers are you seeing the problem on?
Chrome
Operating System
None