[GH-ISSUE #5012] graphQL connection issue #1906

Open
opened 2026-03-16 22:20:19 +03:00 by kerem · 1 comment
Owner

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:

Image

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.

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:** ![Image](https://github.com/user-attachments/assets/2f4569a9-6122-45f3-8746-fe143979dabc) **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.
Author
Owner

@filipjnc commented on GitHub (Feb 15, 2026):

Same

<!-- gh-comment-id:3905246218 --> @filipjnc commented on GitHub (Feb 15, 2026): Same
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#1906
No description provided.