mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #3548] [MERGED] fix: interceptor error from extension issue #4426
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#4426
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/3548
Author: @nivedin
Created: 11/14/2023
Status: ✅ Merged
Merged: 11/14/2023
Merged by: @AndrewBastin
Base:
release/2023.8.4← Head:refactor/interceptor-error-display📝 Commits (1)
00588bcfix: interceptor error from extension issue📊 Changes
10 files changed (+143 additions, -12 deletions)
View changed files
📝
packages/hoppscotch-common/locales/en.json(+2 -0)📝
packages/hoppscotch-common/src/components.d.ts(+6 -6)📝
packages/hoppscotch-common/src/components/graphql/Sidebar.vue(+3 -3)📝
packages/hoppscotch-common/src/components/http/Request.vue(+14 -1)📝
packages/hoppscotch-common/src/components/http/ResponseMeta.vue(+6 -0)➕
packages/hoppscotch-common/src/components/interceptors/ErrorPlaceholder.vue(+98 -0)📝
packages/hoppscotch-common/src/composables/stream.ts(+4 -2)📝
packages/hoppscotch-common/src/helpers/types/HoppRESTResponse.ts(+7 -0)📝
packages/hoppscotch-common/src/platform/std/interceptors/extension.ts(+2 -0)📝
packages/hoppscotch-common/src/services/interceptor.service.ts(+1 -0)📄 Description
Closes HFE-223 #3338
Description
This PR shows a error placeholder when a request is send through the hoppscotch extension but the origin was not added to the extensions list, previously it displayed an error in the console.
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.