mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #4808] [bug]: Inherited Authorization from a collection is not working when using variables #1801
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#1801
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 @furai on GitHub (Mar 4, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4808
Originally assigned to: @nivedin on GitHub.
Is there an existing issue for this?
Current behavior
When using environment variables that get injected into properties in collection for authorization of whole set of different request I'm getting errors that the request was unauthorized.
It used to work before today's update.
Possibly related to: #4804
Steps to reproduce
!. Go to hoppscotch.io
2. Create environment with variables
3. Create collection with authorization in properties using environment variables
4. Add some requests that inherit that authorization
Environment
Production
Version
Cloud
@endrik-exe commented on GitHub (Mar 4, 2025):
Happens here also.
Checked the network tab in the devtools and found that the
<<variable>>in the request header is not replaced with actual value@murad-apex commented on GitHub (Mar 5, 2025):
I have also same issue
@Macek007 commented on GitHub (Mar 6, 2025):
Same issue - I am adding screenshot for better description
@jamesgeorge007 commented on GitHub (Mar 7, 2025):
Hi, this is fixed in the latest release. Please let us know if the issue persists.
@furai commented on GitHub (Mar 10, 2025):
Seems to be fixed on my end, thank you!