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
I repeatedly tried to set up my bank account syncing via GoCardless. I exceeded a limit by my institution while doing this, apparently –
(in the JS console, network tab, I can see a request to https://precise-dragon.pikapod.net/gocardless/get-accounts while setting up sync returned:)
{
"status": "ok",
"data": {
"error_code": "INTERNAL_ERROR",
"error_type": "Daily request limit set by the Institution has been exceeded"
}
}
But this error doesn't make it to the UI. Instead, the UI says the setup went fine and if I click the 'continue' button I can set up which accounts get synced - but if I do that, I get a white screen.
The JS console error then is
Uncaught TypeError: Cannot read properties of undefined (reading 'sort')
I can see that GoCardless (by listing requisitions using the API) has successfully authorised the account by something has clearly fallen over in the process.
How can we reproduce the issue?
Click 'add account' on sidebar
Choose to link using GoCardless
Go through GoCardless registration setup
Get back to Actual, wait for "waiting for GoCardless..." to disappear and the Continue button to appear
Click the Continue button
Where are you hosting Actual?
Pikapods
What browsers are you seeing the problem on?
Chrome, Safari
Operating System
Mac OSX
The text was updated successfully, but these errors were encountered:
Verified issue does not already exist?
What happened?
I repeatedly tried to set up my bank account syncing via GoCardless. I exceeded a limit by my institution while doing this, apparently –
(in the JS console, network tab, I can see a request to
https://precise-dragon.pikapod.net/gocardless/get-accounts
while setting up sync returned:)But this error doesn't make it to the UI. Instead, the UI says the setup went fine and if I click the 'continue' button I can set up which accounts get synced - but if I do that, I get a white screen.
The JS console error then is
at this line:
in SelectLinkedAccountsModal.jsx:34.
I can see that GoCardless (by listing requisitions using the API) has successfully authorised the account by something has clearly fallen over in the process.
How can we reproduce the issue?
Where are you hosting Actual?
Pikapods
What browsers are you seeing the problem on?
Chrome, Safari
Operating System
Mac OSX
The text was updated successfully, but these errors were encountered: