mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #4829] [MERGED] fix: environment variable not working on auth #4953
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#4953
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?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/4829
Author: @nivedin
Created: 3/5/2025
Status: ✅ Merged
Merged: 3/5/2025
Merged by: @jamesgeorge007
Base:
patch← Head:fix/env-variable-bug-in-auth📝 Commits (1)
5c795d9fix: environment variable bug in auth📊 Changes
1 file changed (+184 additions, -165 deletions)
View changed files
📝
packages/hoppscotch-kernel/src/relay/impl/web/v/1.ts(+184 -165)📄 Description
Closes #4808
This PR fixes the issue where the environment variable was not getting parsed while using with authorization.
Double auth processing was happening one in EffectiveURL and other one in relay, but it was done without the parsed auth value, so the code has been temporarily commented out, till a effective way is implemented.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.