[GH-ISSUE #7190] Bug: Invalid redirect URL error and TypeError on login page (likely related to Payee Locations feature) #44663

Closed
opened 2026-04-26 06:26:21 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @coderabbitai[bot] on GitHub (Mar 13, 2026).
Original GitHub issue: https://github.com/actualbudget/actual/issues/7190

Originally assigned to: @MatissJanis on GitHub.

Description

A bug was reported in PR #7172 by @MatissJanis, likely related to the recently merged Payee Locations feature (#6157).

Observed Errors

Error 1 — Login page: Invalid redirect URL

The login page displays the following error in red:

An unknown error occurred: Invalid redirect URL

Error 2 — Console TypeError

A JavaScript error is thrown in the browser console:

Uncaught (in promise) TypeError: Cannot read properties of null (reading 'includes')

The stack trace points to common.tsx:58 (tagged parse-failure) and originates within AutofillOverlayContentService.setQualifiedLoginFillType / isIgnoredField in bootstrap-autofill-o...tifications.js:8041.

Steps to Reproduce

Reported during testing of PR #7172. Exact reproduction steps are not yet confirmed, but the error appears on the login screen.

Originally created by @coderabbitai[bot] on GitHub (Mar 13, 2026). Original GitHub issue: https://github.com/actualbudget/actual/issues/7190 Originally assigned to: @MatissJanis on GitHub. ## Description A bug was reported in PR #7172 by @MatissJanis, likely related to the recently merged Payee Locations feature (#6157). ## Observed Errors ### Error 1 — Login page: Invalid redirect URL The login page displays the following error in red: > An unknown error occurred: Invalid redirect URL ### Error 2 — Console TypeError A JavaScript error is thrown in the browser console: > Uncaught (in promise) TypeError: Cannot read properties of null (reading 'includes') The stack trace points to `common.tsx:58` (tagged `parse-failure`) and originates within `AutofillOverlayContentService.setQualifiedLoginFillType` / `isIgnoredField` in `bootstrap-autofill-o...tifications.js:8041`. ## Steps to Reproduce Reported during testing of PR #7172. Exact reproduction steps are not yet confirmed, but the error appears on the login screen. ## Related - Likely introduced by: #6157 (MVP for Payee Locations) - Reported in: #7172 (comment: https://github.com/actualbudget/actual/pull/7172#issuecomment-2730016548) - Reported by: @MatissJanis
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#44663