mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #1352] GraphQL doc search returns error #440
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#440
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 @connorwang on GitHub (Nov 30, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1352
TypeError: Cannot read property 'toLowerCase' of null
at VueComponent.isTextFoundInGraphqlFieldObject (graphql.vue?c4f8:496)
at eval (graphql.vue?c4f8:506)
at Array.filter ()
at VueComponent.getFilteredGraphqlFields (graphql.vue?c4f8:506)
at VueComponent.filteredQueryFields (graphql.vue?c4f8:376)
at Watcher.get (vue.runtime.esm.js?2b0e:4479)
at Watcher.evaluate (vue.runtime.esm.js?2b0e:4584)
at VueComponent.computedGetter [as filteredQueryFields] (vue.runtime.esm.js?2b0e:4836)
at Object.get (vue.runtime.esm.js?2b0e:2072)
at Proxy.render (graphql.vue?c0f1:683)
@liyasthomas commented on GitHub (Nov 30, 2020):
Looks like this is an issue with either browser compatibility or service worker cached page.
Try these:
Fix 1: Force reload. Ctrl + Shift + R in Chrome.
Fix 2: Clean cookies and cache. Reload.
If issues still persists, report your browser version, OS build etc. Kindly use the bug template for reporting issue.
@connorwang commented on GitHub (Nov 30, 2020):
Tried both incognito mode and with cleared cookie. Still having same issue.
Here is the browser information
CHrome - Version 86.0.4240.198 (Official Build) (64-bit)
hoppscotch is running in Docker container if that helps.
@liyasthomas commented on GitHub (Nov 30, 2020):
Are you using the
latesttag?@connorwang commented on GitHub (Nov 30, 2020):
Here are all the docker-compose logs from the latest deployment
@connorwang commented on GitHub (Nov 30, 2020):
We used the Dockerfile comes with the repo. It's node: 12.10.0-alpine.
@liyasthomas commented on GitHub (Nov 30, 2020):
I can confirm this issue is happening only for endpoints which has
mutations. Fixing this ASAP.