mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #961] TypeError: Cannot read property 'value' of undefined - when logged in #336
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#336
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 @imambungo on GitHub (Jun 25, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/961
Describe the bug
Javascript error after sending requests. Only happens when logged in using either GitHub or Google account.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Get 200 HTTP response status code, no error.
Desktop (please complete the following information):
@liyasthomas commented on GitHub (Jun 25, 2020):
I can't produce issue at my end. Can you please try a force-reload after logging out and logging in again?
@imambungo commented on GitHub (Jun 25, 2020):
Did that already, still getting the error tho
@liyasthomas commented on GitHub (Jun 25, 2020):
Can you try another endpoint in which I can reproduce issue at my end, also send a screenshot of console log. Generally this issue is caused when there's No internet connectivity / web app isn't loaded completely.
Have you installed Browser extension? Lately we've found an issue with extensions that could possibly be the cause of this issue. we've already sent a hotfox to it which might takes a little time to propagate. Thanks.
@liyasthomas commented on GitHub (Jul 14, 2020):
Fixed in latest release of Chrome extension v0.13.
Extension should update automatically on Chrome, if not do manual update form
chrome://extensions.Do let me know if the issue persists.
@ninformations commented on GitHub (Sep 17, 2020):
This is happening when you have just logged in and not yet enabled your sync in settings page. After enabling sync from setting the error goes away and everything works normally.