mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #5563] [bug]: #2146
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#2146
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 @Mbensler on GitHub (Nov 6, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5563
Is there an existing issue for this?
Platform
Web App
Browser
Edge
Operating System
Linux
Bug Description
What happened
When i press connect to my Graphql endpoint i see the error:
failed to fetch graphql schema due to network error
Steps to reproduce
Logs and console output
Additional details
Works just fine in Postman
Deployment Type
Hoppscotch Cloud
Version
No response
@liyasthomas commented on GitHub (Nov 6, 2025):
It seems like this isn’t an issue with Hoppscotch itself, but rather with the request you sent to access the resource you’re trying to access. The server responded with a 401 (Unauthorized) status code, indicating that the request lacks the necessary authorization. Please provide the correct authorization type and headers, and try again.