mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #5012] graphQL connection issue #1906
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#1906
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 @karoll01-pfizer on GitHub (Apr 22, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5012
instance: self-hosted community edition (web app + desktop app)
version: 2025.3.2
proxy: Proxyscotch (latest)
system: macOS (latest)
browser: Safari (latest)
issue description:
when trying to connect to graphQL URL (company one) I get message:
Failed to fetch GraphQL Schema due to network error.
From Console logs:
From Network logs:
Summary
URL: https://proxyscotch.domain.com/
Status: 200
Source: Network
Address: 10.9.90.219:443
Initiator:
xhr.js:195
Request
:method: POST
:scheme: https
:authority: proxyscotch.domain.com
:path: /
Accept: application/json, text/plain, /
Accept-Encoding: gzip, deflate, br
Accept-Language: en-US,en;q=0.9
Content-Length: 3247
Content-Type: application/json
Origin: https://hoppscotch.domain.com
Priority: u=3, i
Referer: https://hoppscotch.domain.com/
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: cors
Sec-Fetch-Site: same-site
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15
Response
:status: 200
Access-Control-Allow-Headers: *
Access-Control-Allow-Origin: https://hoppscotch.domain.com
Content-Length: 415
Content-Type: application/json; charset=utf-8
Date: Tue, 22 Apr 2025 14:46:23 GMT
Server: kong/3.9.0
Via: 1.1 kong/3.9.0
x-kong-proxy-latency: 1
x-kong-request-id: 47af76088d62ae2b50570129d19e2e63
x-kong-upstream-latency: 13
Request Data
MIME Type: application/json
Request Data:
{
"success": true,
"isBinary": true,
"status": 404,
"data": "eyJlcnJvcnMiOlt7Im1lc3NhZ2UiOiJVbmFibGUgdG8gZmluZCB0aGUgcHJpdmF0ZSBHcmFwaFFMIEFQSSBmb3IgdGhpcyBkb21haW4uIiwiZXJyb3JUeXBlIjoiUmVzb3VyY2VOb3RGb3VuZEV4Y2VwdGlvbiJ9XX0",
"statusText": "Not Found",
"headers": {
"connection": "keep-alive",
"content-length": "122",
"content-type": "application/json; charset=utf-8",
"date": "Tue, 22 Apr 2025 14:46:23 GMT",
"server": "awselb/2.0"
}
}
BASE64 decode: {"errors":[{"message":"Unable to find the private GraphQL API for this domain.","errorType":"ResourceNotFoundException"}]}
when I try to connect to the same graphQL URL using desktop app and native interceptor it connects successfully. For web app I cannot use other Interceptor due to company restrictions.
Public graphQL URL https://echo.hoppscotch.io/graphql works fine in web (proxy) but for desktop app (native) it fails.
@filipjnc commented on GitHub (Feb 15, 2026):
Same