mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #1829] Error saving / loading request in graphql (Beta) #578
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#578
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 @sawa-ko on GitHub (Sep 13, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1829
Describe the bug
When I want to make a request for graphql the headers do not work, so I get the error "Not authorized" because the authorization header I have set was not sent.
Also I can't save any request, it is saved incorrectly, it always gives error. As well as trying to load the saved request again.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A correct and functional request, since Graphql Playground works fine.
Screenshots
https://user-images.githubusercontent.com/56084970/133132933-1786561d-d44b-492d-9895-0bc27f4eba0a.mp4
Desktop (please complete the following information):
Additional context
Also the error is that the headers are not sent in the request to graphql.
@liyasthomas commented on GitHub (Sep 13, 2021):
This was a known bug and has been patched in #1822 and #1820 respectively. So it's most probably a offline cache issue. Please force reload (Ctrl+Shift+R) the Hoppscotch app to take effect the changes.
Let me know if this doesn't resolve this bug at your end.
@sawa-ko commented on GitHub (Sep 13, 2021):
@liyasthomas It did not work, the problem persists.
@liyasthomas commented on GitHub (Sep 13, 2021):
Please reproduce the issue and see if there's any errors in browser's console log / send a screenshot of console log.
@sawa-ko commented on GitHub (Sep 13, 2021):
But I already did it in the attached video.
@liyasthomas commented on GitHub (Sep 13, 2021):
I'll try to reproduce the same here at my end and let you know the updates. Thanks for reporting the issue.
@liyasthomas commented on GitHub (Sep 14, 2021):
beta.hoppscotch.io is not the production build and may be behind the
mainbranch. Please navigate to production deployment on https://hoppscotch.io. Thank you.