[PR #4756] [MERGED] 🐛 (bank-sync) improved error handling for initial gocardless account linking #5569

Closed
opened 2026-02-28 21:14:35 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4756
Author: @MatissJanis
Created: 4/6/2025
Status: Merged
Merged: 4/8/2025
Merged by: @MatissJanis

Base: masterHead: matiss/gocardless-link


📝 Commits (1)

  • 8d339a3 🐛 (bank-sync) improved error handling for initial gocardless account linking

📊 Changes

4 files changed (+53 additions, -17 deletions)

View changed files

📝 packages/desktop-client/src/components/modals/GoCardlessExternalMsgModal.tsx (+18 -6)
📝 packages/loot-core/src/client/modals/modalsSlice.ts (+3 -1)
📝 packages/loot-core/src/server/accounts/app.ts (+26 -10)
upcoming-release-notes/4756.md (+6 -0)

📄 Description

Currently if the initial account linking fails - there is no friendly error message. I am patching this + surfacing the API error in the UI for the user to see.

Also: improving some type definitions.

Related: https://github.com/actualbudget/actual/issues/4695


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/4756 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 4/6/2025 **Status:** ✅ Merged **Merged:** 4/8/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/gocardless-link` --- ### 📝 Commits (1) - [`8d339a3`](https://github.com/actualbudget/actual/commit/8d339a31b1d5c16a5eab2a0284e842e4a23d790b) :bug: (bank-sync) improved error handling for initial gocardless account linking ### 📊 Changes **4 files changed** (+53 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/modals/GoCardlessExternalMsgModal.tsx` (+18 -6) 📝 `packages/loot-core/src/client/modals/modalsSlice.ts` (+3 -1) 📝 `packages/loot-core/src/server/accounts/app.ts` (+26 -10) ➕ `upcoming-release-notes/4756.md` (+6 -0) </details> ### 📄 Description Currently if the initial account linking fails - there is no friendly error message. I am patching this + surfacing the API error in the UI for the user to see. Also: improving some type definitions. Related: https://github.com/actualbudget/actual/issues/4695 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 21:14:35 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5569