[PR #1721] [MERGED] 🐛 (mobile) redirect to budget page for all 404 #10974

Closed
opened 2026-04-10 20:48:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1721
Author: @MatissJanis
Created: 9/21/2023
Status: Merged
Merged: 9/22/2023
Merged by: @MatissJanis

Base: masterHead: matiss/fix-redirect


📝 Commits (2)

  • b7c741f 🐛 (mobile) redirect to budget page for all 404
  • 9ee48e0 Release notes

📊 Changes

2 files changed (+9 additions, -0 deletions)

View changed files

📝 packages/desktop-client/src/components/FinancesApp.tsx (+3 -0)
upcoming-release-notes/1721.md (+6 -0)

📄 Description

If no route matched - redirect to the budget page.

I suspect this is why in some cases people report seeing a blank page with no content.

Reproduction:

  1. open and login to a server
  2. open budget page
  3. manually edit the url to point to "/login"
  4. before: a blank page opens; after: you are redirected back to "/budget"

🔄 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/1721 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 9/21/2023 **Status:** ✅ Merged **Merged:** 9/22/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/fix-redirect` --- ### 📝 Commits (2) - [`b7c741f`](https://github.com/actualbudget/actual/commit/b7c741fa8220b6d05f0d1ad0d3d2b9b25b0e5f08) :bug: (mobile) redirect to budget page for all 404 - [`9ee48e0`](https://github.com/actualbudget/actual/commit/9ee48e088883eb3d3eee9c7b506167a5b958e7c0) Release notes ### 📊 Changes **2 files changed** (+9 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/FinancesApp.tsx` (+3 -0) ➕ `upcoming-release-notes/1721.md` (+6 -0) </details> ### 📄 Description If no route matched - redirect to the budget page. I suspect this is why in some cases people report seeing a blank page with no content. Reproduction: 1. open and login to a server 2. open budget page 3. manually edit the url to point to "/login" 4. before: a blank page opens; after: you are redirected back to "/budget" --- <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-04-10 20:48:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#10974