mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #1104] Cannot read property 'value' of undefined. Check console for details. #385
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#385
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 @JameEnder on GitHub (Aug 22, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1104
Describe the bug
I can't seem to get hoppscotch working, even when i have the browser extension installed, the site always tells me that "Cannot read property 'value' of undefined. Check console for details."
To Reproduce
Expected behavior
I would expect it to give me back the JSON my API sends.
Screenshots
hoppscotch.io
httpie
Desktop (please complete the following information):
@liyasthomas commented on GitHub (Aug 22, 2020):
Can you follow below steps:
POSTmethod, set request url:https://httpbin.org/post@JameEnder commented on GitHub (Aug 22, 2020):
No, the error stays the same.
@liyasthomas commented on GitHub (Aug 22, 2020):
@JameEnder
Are you signed in to Hoppscotch using GitHub/Google?
If yes, try signing out and signing in back again. Then do a force refresh (Ctrl + Shift + R) and see if the issue exists.
@JameEnder commented on GitHub (Aug 22, 2020):
Yes, using github
@liyasthomas commented on GitHub (Aug 22, 2020):
@JameEnder commented on GitHub (Aug 22, 2020):
Without being logged in everything works, except the json formatting, it says invalid json and its all in one line. When i log back in the problem comes back.
@liyasthomas commented on GitHub (Aug 22, 2020):
This usually happens when Signed in, the background task take few seconds to sync your History, Collections, Environments and Notes to cloud. While performing this, some feature will be set to pause (such as History - if you've lot of entries).
Try this:
Let me know if this doesn't works.
JSON formatting issue is a minor bug in extension, will be fixed soon.
@JameEnder commented on GitHub (Aug 22, 2020):
Still doesn't work, but i noticed when i refresh the page, the history is visible for a few frames and then is empy for the rest of the time.
@liyasthomas commented on GitHub (Aug 22, 2020):
It's the time taken to sync your previous entries to cloud. Keep waiting until your History entries are shown in History tab. If entries are loaded, then continue.
@JameEnder commented on GitHub (Aug 22, 2020):
I gave it a minute, still nothing loaded.
@liyasthomas commented on GitHub (Aug 22, 2020):
Oops usually it won't take more than 5 seconds to sync unless you've poor network connection.
Is there any other errors in console?
@JameEnder commented on GitHub (Aug 22, 2020):
"DevTools failed to load SourceMap: Could not load content for chrome-extension://amknoiejhlmhancpahfcfcfhllgkpbld/contentScript.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME"
@AndrewBastin
@liyasthomas commented on GitHub (Aug 22, 2020):
Can you check whether Hoppscotch Extension is turned on from
chrome://extensions/If it's turned off, turn it on. Try reinstalling it from Chrome Web Store and make sure extension is turned on to access endpoints served in
localhost.Let me know if reinstalling the extension doesn't fix your issue.
@JameEnder commented on GitHub (Aug 22, 2020):
Hoppscotch extension is turned on.
@JameEnder commented on GitHub (Aug 22, 2020):
Yes i did, didnt work.
@liyasthomas commented on GitHub (Aug 22, 2020):
Will look into this after a while.
Btw, there seems to be no issue here at my end.
@AndrewBastin commented on GitHub (Aug 22, 2020):
This is not an error, it is a warning. This warning won't affect the functioning of the extension.
To check whether the extension is working, you can just check if the extension is reporting its version number in the Settings page of the app.
@AndrewBastin commented on GitHub (Aug 22, 2020):
@JameEnder can you try running the request and send a screenshot of the DevTools Console ?
@JameEnder commented on GitHub (Aug 22, 2020):
@liyasthomas commented on GitHub (Aug 22, 2020):
@JameEnder he meant the entire screenshot of DevTools console.
@JameEnder commented on GitHub (Aug 22, 2020):
like that?
@liyasthomas commented on GitHub (Aug 26, 2020):
I'm wondering whether this issue still persist. I was never able to reproduce this issue at my end. And no other user has reported this issue.
@liyasthomas commented on GitHub (Aug 31, 2020):
Closing due to inactivity.
@Hum4n01d commented on GitHub (Oct 25, 2020):
Can confirm, I have the same issue (my account is connected through GitHub) even after signing out and back in, refreshing without cache and making a POST request to

https://httpbin.org/postI still get this response:@liyasthomas commented on GitHub (Oct 25, 2020):
Does it happens only in
POSTrequest?@Hum4n01d commented on GitHub (Oct 25, 2020):
Nope, same thing with a GET request

@Hum4n01d commented on GitHub (Oct 25, 2020):
Using the app logged out works fine though 🤔
@liyasthomas commented on GitHub (Oct 25, 2020):
Goto hoppscotch.io > Settings > Account
Check if Collections, History and Environments are allowed to sync. If all are turned on, try turning it off and on again.
@Hum4n01d commented on GitHub (Oct 25, 2020):
It was disabled for me but after turning it on and then flipping everything on and off again, the app appears to be working when signed in!