mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #5841] [bug]: TypeError: Cannot read properties of undefined (reading 'authType') on opening an searched collection #2292
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2292
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Leon-Luu on GitHub (Feb 5, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5841
Originally assigned to: @Leon-Luu on GitHub.
Is there an existing issue for this?
Platform
Web App
Browser
Chrome
Operating System
Windows
Bug Description
Description
When attempting to open a request from the search panel results, the application throws a TypeError and fails to open the request in a new tab.
Steps to Reproduce
Root Cause
In
packages/hoppscotch-common/src/helpers/teams/TeamsSearch.service.ts, thefindInheritableParentAuthmethod attempts to access theauthTypeproperty oninheritedAuthwithout first verifying thatinheritedAuthis defined.Deployment Type
Self-hosted (on-prem deployment)
Version
2026.1.1
@Leon-Luu commented on GitHub (Feb 5, 2026):
@jamesgeorge007 a new patch candidate.
@jamesgeorge007 commented on GitHub (Feb 26, 2026):
Closing since this is addressed in the v2026.2.0 release.