mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[GH-ISSUE #5183] [bug]: Auth type switches from Inherit to None after saving the Request #1975
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#1975
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 @mayank-jain-1010 on GitHub (Jun 22, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5183
Originally assigned to: @mayank-jain-1010 on GitHub.
Is there an existing issue for this?
Platform
Web App
Browser
Chrome
Operating System
macOS
Bug Description
What happened?
Auth type
Inheritchanges toNonein OAuth 2.0 authorization after/oauthcallbackSteps to reproduce?
Generate Access Token/oauthcallbackinherittononeand even with a valid token you would not be able to hit the APIScreen Recording
https://github.com/user-attachments/assets/a31a1423-9eff-414c-b2db-c89d4fe94782
Deployment Type
Hoppscotch Cloud
Version
2025.5.3
@mayank-jain-1010 commented on GitHub (Jun 22, 2025):
Root cause was a race condition in collection tree loading and auth inheritance computation. It has been addressed in the above PR - would appreciate a review.
@liyasthomas commented on GitHub (Sep 29, 2025):
The latest version of Hoppscotch has resolved this bug.